public class VelocityExceptionHandler extends Object implements org.apache.velocity.app.event.MethodExceptionEventHandler
Constructor and Description |
---|
VelocityExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
Object |
methodException(Class claz,
String method,
Exception e)
When a user-supplied method throws an exception, the MethodExceptionEventHandler is invoked
with the Class, method name and thrown Exception.
|
public Object methodException(Class claz, String method, Exception e) throws Exception
methodException
in interface org.apache.velocity.app.event.MethodExceptionEventHandler
Exception
MethodExceptionEventHandler.methodException(java.lang.Class,
java.lang.String, java.lang.Exception)
Copyright © 2024 OpenMRS Inc.. All rights reserved.