public class ExceptionHandler extends AbstractExceptionHandler
Handle the specified exception.
| Constructor and Description |
|---|
ExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected ForwardConfig |
handle(ActionContext context,
java.lang.Exception exception,
ExceptionConfig exceptionConfig,
ActionConfig actionConfig,
ModuleConfig moduleConfig)
Perform the required handling of the specified exception.
|
executeexecuteprotected ForwardConfig handle(ActionContext context, java.lang.Exception exception, ExceptionConfig exceptionConfig, ActionConfig actionConfig, ModuleConfig moduleConfig) throws java.lang.Exception
AbstractExceptionHandlerPerform the required handling of the specified exception.
handle in class AbstractExceptionHandlercontext - The Context for this requestexception - The exception being handledexceptionConfig - The corresponding ExceptionConfigactionConfig - The ActionConfig for this requestmoduleConfig - The ModuleConfig for this requestForwardConfig to be processed next (if any),
or null if processing has been completedjava.lang.Exception - if there are any problems handling the exceptionCopyright © 2000–2024 Apache Software Foundation. All rights reserved.