com.bc.jexp
Class EvalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bc.jexp.EvalException
- All Implemented Interfaces:
- Serializable
public class EvalException
- extends RuntimeException
An exception that can be thrown during the evaluation of a
Term.
A method is not required to declare in its throws
clause any subclasses of EvalException since it is derived from
java.lang.RuntimeException.
- Version:
- $Revision$ $Date$
- Author:
- Norman Fomferra (norman.fomferra@brockmann-consult.de)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EvalException
public EvalException()
- Constructs a
EvalException with no detail message.
EvalException
public EvalException(String message)
- Constructs a
EvalException with the specified
detail message.
- Parameters:
message - the detail message.
EvalException
public EvalException(String message,
Throwable cause)
Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.