Interface | Description |
---|---|
ErrorHandler |
An interface to make it easier to implement dynamic error handling.
|
Class | Description |
---|---|
ClassMapErrorHandler |
Error handler that allows the registration of one or more
error handler for subclasses to
Throwable . |
SimpleErrorHandler |
A simple error handler that either ignores all errors or
re-throws them.
|
ThrowableUtil |
Utility class for working with
Throwable :s. |