Class EvaluatorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.synapse.commons.evaluators.EvaluatorException
- All Implemented Interfaces:
Serializable
An Exception used by Evaluators to signal configuration errors as
well as execution errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEvaluatorException(String message) EvaluatorException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EvaluatorException
-
EvaluatorException
-