|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An exception handler is used to configure exception handling behavior.
| Method Summary | |
boolean |
canHandle(java.lang.Throwable anException)
Answer whether the receiver can handle the given exception. |
java.lang.Object |
handle(java.lang.Throwable anException,
java.lang.Object context)
Handle the exception processing of the given exception. |
| Method Detail |
public boolean canHandle(java.lang.Throwable anException)
public java.lang.Object handle(java.lang.Throwable anException,
java.lang.Object context)
Typically terminates execution by throwing an exception, but may return if continuable handler behavior is desired.
|
GFL 1.1 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||