com.sodius.mdw.core.eval
Class EvaluationException

java.lang.Object
  extended by FilteredRuntimeException
      extended by com.sodius.mdw.core.eval.EvaluationException

public class EvaluationException
extends FilteredRuntimeException

Thrown when the evaluation of an element (template, rule, script) fails.


Constructor Summary
EvaluationException(String message)
          Constructs an EvaluationException with the specified detail message.
EvaluationException(Throwable cause)
          Constructs an EvaluationException with the specified cause.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluationException

public EvaluationException(String message)
Constructs an EvaluationException with the specified detail message.

Parameters:
message - the detail message.

EvaluationException

public EvaluationException(Throwable cause)
Constructs an EvaluationException with the specified cause.

Parameters:
cause - the cause.