org.apache.velocity.app.event

Interface MethodExceptionEventHandler

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,v 1.1.12.1 2004/03/03 23:22:53 geirm Exp $

Author: Geir Magnusson Jr.

Method Summary
ObjectmethodException(Class claz, String method, Exception e)

Method Detail

methodException

public Object methodException(Class claz, String method, Exception e)
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.