| Interface | Description |
|---|---|
| ExceptionHandler<T extends Throwable> |
Interface that describes a class that handles a determined type of exception thrown over an execution of an
AtlanticLambda. |
| Class | Description |
|---|---|
| DefinedExceptionHandler<T extends Throwable> |
Concrete implementation of
ExceptionHandler that contains the class of the Throwable handled. |
| PassThroughExceptionHandler<T extends RuntimeException> |
Specific implementation of
DefinedExceptionHandler that lets the exception (which must be a subclass of the
RuntimeException class) pass through. |
Copyright © 2019. All rights reserved.