org.apache.velocity.app.event
Interface MethodExceptionEventHandler
- EventHandler
- EventCartridge, EventHandlingTestCase, Test
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.
Version:
- Geir Magnusson Jr.
methodException
public Object methodException(Class claz,
String method,
Exception e)
throws Exception
Copyright © 2003 Apache Software Foundation. All Rights Reserved.