org.apache.velocity.app.event
public interface MethodExceptionEventHandler extends EventHandler
Modifier and Type | Interface and Description |
---|---|
static class |
MethodExceptionEventHandler.MethodExceptionExecutor
Defines the execution strategy for methodException
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
methodException(java.lang.Class claz,
java.lang.String method,
java.lang.Exception e)
Called when a method throws an exception.
|
java.lang.Object methodException(java.lang.Class claz, java.lang.String method, java.lang.Exception e) throws java.lang.Exception
claz
- the class of the object the method is being applied tomethod
- the methode
- the thrown exceptionjava.lang.Exception
- an exception to be thrown instead inserting an objectCopyright © 2000-2014. All Rights Reserved.