Class ExpressionEvaluationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.component.configurator.expression.ExpressionEvaluationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ExpressionEvaluationException extends java.lang.Exception
Exception that occurs during the evaluation of an expression.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpressionEvaluationException(java.lang.String message)
ExpressionEvaluationException(java.lang.String message, java.lang.Throwable cause)
-