|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Event handler called when a method throws an exception. This gives the application a chance to deal with it and either return something nice, or throw. Please return what you want rendered into the output stream.
| Nested Class Summary | |
static class |
MethodExceptionEventHandler.MethodExceptionExecutor
Defines the execution strategy for methodException |
| Method Summary | |
Object |
methodException(Class claz,
String method,
Exception e)
Called when a method throws an exception. |
| Method Detail |
public Object methodException(Class claz,
String method,
Exception e)
throws Exception
claz - the class of the object the method is being applied tomethod - the methode - the thrown exception
Exception - an exception to be thrown instead inserting an object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||