de.intarsys.tools.expression
Class EvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.intarsys.tools.expression.EvaluationException
- All Implemented Interfaces:
- Serializable
public class EvaluationException
- extends Exception
An Exception to indicate failure while parsing or evaluating an expression.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EvaluationException
public EvaluationException()
EvaluationException
public EvaluationException(String message)
EvaluationException
public EvaluationException(String message,
Throwable cause)
EvaluationException
public EvaluationException(Throwable cause)
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.