Class ExpressionEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.configurator.expression.ExpressionEvaluationException
- All Implemented Interfaces:
Serializable
Exception that occurs during the evaluation of an expression.
- Author:
- Brett Porter
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionEvaluationException
(String message) ExpressionEvaluationException
(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
-
ExpressionEvaluationException
-
ExpressionEvaluationException
-