org.melati.template.velocity
Class PassbackEvaluationExceptionHandler

Package class diagram package PassbackEvaluationExceptionHandler
java.lang.Object
  extended by org.melati.template.velocity.PropagateEvaluationExceptionHandler
      extended by org.melati.template.velocity.PassbackEvaluationExceptionHandler
All Implemented Interfaces:
org.apache.velocity.app.event.EventHandler, org.apache.velocity.app.event.InvalidReferenceEventHandler, org.apache.velocity.app.event.MethodExceptionEventHandler

public class PassbackEvaluationExceptionHandler
extends PropagateEvaluationExceptionHandler
implements org.apache.velocity.app.event.MethodExceptionEventHandler

Since:
1 Apr 2008
Author:
timp

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.velocity.app.event.MethodExceptionEventHandler
org.apache.velocity.app.event.MethodExceptionEventHandler.MethodExceptionExecutor
 
Nested classes/interfaces inherited from interface org.apache.velocity.app.event.InvalidReferenceEventHandler
org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidGetMethodExecutor, org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidMethodExecutor, org.apache.velocity.app.event.InvalidReferenceEventHandler.InvalidSetMethodExecutor
 
Constructor Summary
PassbackEvaluationExceptionHandler(org.apache.velocity.VelocityContext vc)
          Constructor.
 
Method Summary
 Object methodException(Class claz, String method, Exception problem)
           
 
Methods inherited from class org.melati.template.velocity.PropagateEvaluationExceptionHandler
invalidGetMethod, invalidMethod, invalidSetMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PassbackEvaluationExceptionHandler

public PassbackEvaluationExceptionHandler(org.apache.velocity.VelocityContext vc)
Constructor.

Method Detail

methodException

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


Copyright © 2000-2010 PanEris. All Rights Reserved.