NVelocity.App.Events
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. *

Method Summary
object methodException(System.Type claz, string method, System.Exception e)


Method Detail

methodException

public object methodException(System.Type claz,
                              string method,
                              System.Exception e)