com.sodius.mdw.core.eval
Class EvaluationException
java.lang.Object
FilteredRuntimeException
com.sodius.mdw.core.eval.EvaluationException
public class EvaluationException
- extends FilteredRuntimeException
Thrown when the evaluation of an element (template, rule, script) fails.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.