org.melati.template.velocity
Class 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
 java.lang.Object methodException(java.lang.Class claz, java.lang.String method, java.lang.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 java.lang.Object methodException(java.lang.Class claz,
                                        java.lang.String method,
                                        java.lang.Exception problem)
                                 throws java.lang.Exception
Specified by:
methodException in interface org.apache.velocity.app.event.MethodExceptionEventHandler
Throws:
java.lang.Exception


Copyright © 2000-2008 PanEris. All Rights Reserved.