org.apache.velocity.app.event
Interface MethodExceptionEventHandler
- EventHandler
- EventCartridge
public interface MethodExceptionEventHandler
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.
$Id: MethodExceptionEventHandler.java,v 1.1.12.1 2004/03/03 23:22:53 geirm Exp $
methodException
public Object methodException(Class claz,
String method,
Exception e)
throws Exception
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.