| Package | Description |
|---|---|
| org.mule.commons.atlantic.execution.builder.factory | |
| org.mule.commons.atlantic.execution.exception.handler |
| Modifier and Type | Method and Description |
|---|---|
<T extends Throwable> |
DefaultExecutionFactoryBuilder.withExceptionHandler(DefinedExceptionHandler<T> exceptionHandler)
Adds a
DefinedExceptionHandler to handle a specific kind of Throwable or it's subclasses. |
<T extends Throwable> |
ExecutionFactoryBuilder.withExceptionHandler(DefinedExceptionHandler<T> exceptionHandler)
Adds a
DefinedExceptionHandler to handle a specific kind of Throwable or it's subclasses. |
| Modifier and Type | Class and Description |
|---|---|
class |
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.