org.codehaus.plexus.component.configurator.expression
Class ExpressionEvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.configurator.expression.ExpressionEvaluationException
- All Implemented Interfaces:
- Serializable
public class ExpressionEvaluationException
- extends Exception
Exception that occurs during the evaluation of an expression.
- Version:
- $Id: ExpressionEvaluationException.java 4779 2006-11-23 04:09:31Z jvanzyl $
- Author:
- Brett Porter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExpressionEvaluationException
public ExpressionEvaluationException(String message)
ExpressionEvaluationException
public ExpressionEvaluationException(String message,
Throwable cause)
Copyright © 2001-2007 Codehaus. All Rights Reserved.