com.dynamide
Class DynamideEvaluationExceptionHandler

java.lang.Object
  extended by org.webmacro.engine.CrankyEvaluationExceptionHandler
      extended by com.dynamide.DynamideEvaluationExceptionHandler
All Implemented Interfaces:
org.webmacro.engine.EvaluationExceptionHandler

public class DynamideEvaluationExceptionHandler
extends org.webmacro.engine.CrankyEvaluationExceptionHandler


Constructor Summary
DynamideEvaluationExceptionHandler()
           
DynamideEvaluationExceptionHandler(org.webmacro.Broker b)
           
 
Method Summary
 java.lang.String errorString(java.lang.String errorText)
           
 void evaluate(org.webmacro.engine.Variable variable, org.webmacro.Context context, java.lang.Exception problem)
           
 java.lang.String expand(org.webmacro.engine.Variable variable, org.webmacro.Context context, java.lang.Exception problem)
           
 void init(org.webmacro.Broker b, org.webmacro.util.Settings config)
           
 java.lang.String warningString(java.lang.String warningText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamideEvaluationExceptionHandler

public DynamideEvaluationExceptionHandler()

DynamideEvaluationExceptionHandler

public DynamideEvaluationExceptionHandler(org.webmacro.Broker b)
Method Detail

init

public void init(org.webmacro.Broker b,
                 org.webmacro.util.Settings config)
Specified by:
init in interface org.webmacro.engine.EvaluationExceptionHandler
Overrides:
init in class org.webmacro.engine.CrankyEvaluationExceptionHandler

evaluate

public void evaluate(org.webmacro.engine.Variable variable,
                     org.webmacro.Context context,
                     java.lang.Exception problem)
              throws org.webmacro.PropertyException
Specified by:
evaluate in interface org.webmacro.engine.EvaluationExceptionHandler
Overrides:
evaluate in class org.webmacro.engine.CrankyEvaluationExceptionHandler
Throws:
org.webmacro.PropertyException

expand

public java.lang.String expand(org.webmacro.engine.Variable variable,
                               org.webmacro.Context context,
                               java.lang.Exception problem)
                        throws org.webmacro.PropertyException
Specified by:
expand in interface org.webmacro.engine.EvaluationExceptionHandler
Overrides:
expand in class org.webmacro.engine.CrankyEvaluationExceptionHandler
Throws:
org.webmacro.PropertyException

warningString

public java.lang.String warningString(java.lang.String warningText)
                               throws org.webmacro.PropertyException
Specified by:
warningString in interface org.webmacro.engine.EvaluationExceptionHandler
Overrides:
warningString in class org.webmacro.engine.CrankyEvaluationExceptionHandler
Throws:
org.webmacro.PropertyException

errorString

public java.lang.String errorString(java.lang.String errorText)
                             throws org.webmacro.PropertyException
Specified by:
errorString in interface org.webmacro.engine.EvaluationExceptionHandler
Overrides:
errorString in class org.webmacro.engine.CrankyEvaluationExceptionHandler
Throws:
org.webmacro.PropertyException


Copyright © 2001-2013 DYNAMIDE.COM. All Rights Reserved.