AbstractException |
Base exception for unpredictable / checked (untestable states) exceptions,
providing functionality for exception specific multi-language messages.
|
AbstractIOException |
Base exception for I/O exceptions, providing functionality for exception
specific multi-language messages.
|
AbstractRuntimeException |
Base exception for runtime (unchecked) / predictable (testable states)
exceptions, providing functionality for exception specific multi-language
messages.
|
ErrorCodeAccessor |
Provides an accessor for an error code property.
|
ErrorCodeAccessor.ErrorCodeBuilder |
Provides a builder method for a error code property returning the builder
for applying multiple build operations.
|
ErrorCodeAccessor.ErrorCodeMutator |
Provides a mutator for an error code property.
|
ErrorMessageAccessor |
Provides an accessor for a error message property.
|
ErrorMessageAccessor.ErrorMessageBuilder |
Provides a builder method for a error message property returning the
builder for applying multiple build operations.
|
ErrorMessageAccessor.ErrorMessageMutator |
Provides a mutator for a error message property.
|
ExceptionAccessor |
Provides an accessor for an Exception property.
|
ExceptionAccessor.ExceptionBuilder |
Provides a builder method for a exception property returning the builder
for applying multiple build operations.
|
ExceptionAccessor.ExceptionMutator |
Provides a mutator for an Exception property.
|
ExceptionHandler |
The ExceptionHandler interface provides means to handle exceptions
which usually are occurring inside daemon threads and are usually hidden from
the (business) logic.
|
ExceptionHandlerAccessor |
|
ExceptionHandlerAccessor.ExceptionHandlerBuilder |
Provides a builder method for a exception handler property returning the
builder for applying multiple build operations.
|
ExceptionHandlerAccessor.ExceptionHandlerMutator |
|
Trap |
Interface declaring base exception functionality for all of refcodes
exceptions.
|