| Package | Description |
|---|---|
| org.mule.runtime.api.exception |
| Modifier and Type | Method and Description |
|---|---|
static ExceptionReader |
ExceptionHelper.getExceptionReader(Throwable t)
Gets an exception reader for the exception.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ExceptionHelper.registerExceptionReader(ExceptionReader reader)
Registers an exception reader on the Mule Runtime to be used only by the artifact it belongs to
|
static void |
ExceptionHelper.registerGlobalExceptionReader(ExceptionReader reader)
Registers an exception reader on the Mule Runtime.
|
static boolean |
ExceptionHelper.unregisterExceptionReader(ExceptionReader reader)
Unregisters an exception reader from the Mule Runtime
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.