Liferay 6.1.2-ce-ga3

com.liferay.portal.velocity
Class LiferayMethodExceptionEventHandler

java.lang.Object
  extended by com.liferay.portal.velocity.LiferayMethodExceptionEventHandler
All Implemented Interfaces:
org.apache.velocity.app.event.EventHandler, org.apache.velocity.app.event.MethodExceptionEventHandler

public class LiferayMethodExceptionEventHandler
extends Object
implements org.apache.velocity.app.event.MethodExceptionEventHandler


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.velocity.app.event.MethodExceptionEventHandler
org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor
 
Constructor Summary
LiferayMethodExceptionEventHandler()
           
 
Method Summary
 Object methodException(Class clazz, String method, Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiferayMethodExceptionEventHandler

public LiferayMethodExceptionEventHandler()
Method Detail

methodException

public Object methodException(Class clazz,
                              String method,
                              Exception e)
                       throws Exception
Specified by:
methodException in interface org.apache.velocity.app.event.MethodExceptionEventHandler
Throws:
Exception

Liferay 6.1.2-ce-ga3