|
EAF 7.6 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChainedThrowable
Interfaces for all of the Chained* throwables. This defines the common methods that all implement.
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Get the causing exception associated with this exception. |
java.lang.String |
getMessage()
Return the message associated with this exception. |
void |
printStackTrace()
Prints this ChainedException and its backtrace, and the causes and their stack traces to the standard error stream. |
void |
printStackTrace(java.io.PrintStream s)
Prints this ChainedException and its backtrace, and the causes and their stack traces to the e specified print stream. |
void |
printStackTrace(java.io.PrintWriter s)
Prints this ChainedException and its backtrace, and the causes and their stack traces to the e specified print writer. |
Method Detail |
---|
java.lang.String getMessage()
java.lang.Throwable getCause()
void printStackTrace()
void printStackTrace(java.io.PrintStream s)
void printStackTrace(java.io.PrintWriter s)
|
EAF 7.6 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |