public interface ExceptionHandler
Interface describing a "strategy pattern" implementation for
handling exceptions thrown by an application event callback that
is managed by Shale. A suitable instance may be acquired by calling
ExceptionHandlerFactory.getInstance().getExceptionHandler()
.
Modifier and Type | Method and Description |
---|---|
void |
handleException(Exception exception)
Handle the specified exception thrown by an application
event handler.
|
void handleException(Exception exception)
Handle the specified exception thrown by an application event handler.
exception
- Exception that was thrownCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.