|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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()
.
Method Summary | |
---|---|
void |
handleException(Exception exception)
Handle the specified exception thrown by an application event handler. |
Method Detail |
---|
void handleException(Exception exception)
Handle the specified exception thrown by an application event handler.
exception
- Exception that was thrown
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |