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