See: Description
| Interface | Description |
|---|---|
| IExceptionHandler<X_IN extends java.lang.Exception,X_OUT extends java.lang.Exception> |
Interface for a exception handling routine.
|
| Class | Description |
|---|---|
| CollectingExceptionHandler<X extends java.lang.Exception> |
An exception handler that collects exceptions for later use.
|
| ExceptionUtils |
Utility functionality for exception handling.
|
| RethrowingExceptionHandler<X extends java.lang.Exception> |
An exception handler simply rethrowing the exception caught.
|
| StderrExceptionHandler<T extends java.lang.Exception> |
An exception handler which logs exceptions to std error.
|
| Exception | Description |
|---|---|
| FormatException |
This exception is used to indicate format errors in provided strings.
|
| NeverThrownRuntimeException |
A runtime exception that cannot be instantiated.
|
| Error | Description |
|---|---|
| EnvironmentError |
An error class for signaling problems in the execution environment, e.g.
|