|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jd.util.ChainedRuntimeException
ChainedRuntimeException is a RuntimeException which can store a exception.
| Field Summary |
| Fields inherited from class java.lang.RuntimeException |
|
| Constructor Summary | |
ChainedRuntimeException()
|
|
ChainedRuntimeException(String message)
|
|
ChainedRuntimeException(String message,
Throwable exception)
|
|
ChainedRuntimeException(Throwable exception)
|
|
| Method Summary | |
Throwable |
getException()
Return the chained exception. |
void |
printStackTrace()
Print a stack trace of this exception and any chained exception. |
void |
printStackTrace(PrintStream out)
Print a stack trace of this exception and any chained exception. |
void |
printStackTrace(PrintWriter out)
Print a stack trace of this excpetion and any Chained exception. |
void |
setException(Throwable exception)
Set the chained exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ChainedRuntimeException()
public ChainedRuntimeException(String message)
public ChainedRuntimeException(Throwable exception)
public ChainedRuntimeException(String message,
Throwable exception)
| Method Detail |
public void setException(Throwable exception)
public Throwable getException()
public void printStackTrace()
public void printStackTrace(PrintWriter out)
public void printStackTrace(PrintStream out)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||