Class SummaryAbstractOperationException |
UnsupportedOperationException is thrown to indicate that an operation
marked by the developer as abstract has not been overwritten |
AbstractThrowable |
AbstractThrowable is an abstract class that contains sourced out
functionalities used by the classes Exception and
FatalException.
|
Exception |
Exception is a default implementation of the Throwable
interface.
|
FatalException |
FatalException is a default implementation of the Throwable
interface.
|
IllegalArgumentException |
IllegalArgumentException is thrown to indicate that a method has been
passed an illegal or inappropriate argument |
IllegalStateException |
IllegalStateException signals that a method has been invoked at an
illegal or inappropriate time |
StackTraceElement |
StackTraceElement represents an element in the stack trace returned by the
Throwable#getStackTrace method.
|
StackTraceElementStringifier |
StackTraceElementStringifier stringifies StackTraceElement
instances |
ThrowableStringifier |
ThrowableStringifier stringifies instances of type Throwable |
UnsupportedOperationException |
UnsupportedOperationException is thrown to indicate that an operation is
not supported by the throwing class |