|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jd.util.ChainedException
ChainedException is a Exception which can store a exception.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Constructor Summary | |
ChainedException()
|
|
ChainedException(String message)
|
|
ChainedException(String message,
Throwable exception)
|
|
ChainedException(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 ChainedException()
public ChainedException(String message)
public ChainedException(Throwable exception)
public ChainedException(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 | ||||||||||