org.apache.velocity.app.event
Interface MethodExceptionEventHandler
- All Superinterfaces:
- EventHandler
- All Known Implementing Classes:
- EventCartridge, EventHandlingTestCase, Test
public interface MethodExceptionEventHandler
- extends EventHandler
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:
- $Id: MethodExceptionEventHandler.java 191743 2005-06-21 23:22:20Z dlr $
- Author:
- Geir Magnusson Jr.
methodException
Object methodException(Class claz,
String method,
Exception e)
throws Exception
- Throws:
Exception
Copyright © 2002 Apache Software Foundation. All Rights Reserved.