|
|||||||||
| Home >> All >> com >> lutris >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.lutris.util
Interface ChainedThrowable

- All Known Implementing Classes:
- ChainedError, ChainedException, ChainedRuntimeException
- 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 |
getMessage
public java.lang.String getMessage()
- Return the message associated with this exception. If causes
are included, they will be appended to the message.
getCause
public java.lang.Throwable getCause()
- Get the causing exception associated with this exception.
printStackTrace
public void printStackTrace()
- Prints this ChainedException and its backtrace, and the causes
and their stack traces to the standard error stream.
printStackTrace
public 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.
printStackTrace
public 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.
|
|||||||||
| Home >> All >> com >> lutris >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC