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.
author: Will Glass-Husain author: Geir Magnusson Jr. version: $Id: MethodExceptionEventHandler.java 470256 2006-11-02 07:20:36Z wglass $
methodException(Class claz, String method, Exception e) Called when a method throws an exception.
Only the first registered MethodExceptionEventHandler is called.
Called when a method throws an exception.
Only the first registered MethodExceptionEventHandler is called. If
none are registered a MethodInvocationException is thrown.
Parameters: claz - the class of the object the method is being applied to Parameters: method - the method Parameters: e - the thrown exception an object to insert in the page throws: Exception - an exception to be thrown instead inserting an object