Uses of Interface
org.webmacro.engine.EvaluationExceptionHandler

Packages that use EvaluationExceptionHandler
org.webmacro   
org.webmacro.engine   
 

Uses of EvaluationExceptionHandler in org.webmacro
 

Methods in org.webmacro that return EvaluationExceptionHandler
 EvaluationExceptionHandler Context.getEvaluationExceptionHandler()
          Get the EvaluationExceptionHandler
 EvaluationExceptionHandler Broker.getEvaluationExceptionHandler()
          Get the EvaluationExceptionHandler
 

Methods in org.webmacro with parameters of type EvaluationExceptionHandler
 void Context.setEvaluationExceptionHandler(EvaluationExceptionHandler eeh)
          Set a new EvaluationExceptionHandler
 void Broker.setEvaluationExceptionHandler(EvaluationExceptionHandler eeh)
          Set a new EvaluationExceptionHandler
 

Uses of EvaluationExceptionHandler in org.webmacro.engine
 

Classes in org.webmacro.engine that implement EvaluationExceptionHandler
 class CrankyEvaluationExceptionHandler
          CrankyEvaluationExceptionHandler An implementation of EvaluationExceptionHandler which throws an exception whenever it is called.
 class DebugEvaluationExceptionHandler
           
 class DefaultEvaluationExceptionHandler