anl.aida.formula
Class IllegalFormulaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
anl.aida.formula.IllegalFormulaException
- All Implemented Interfaces:
- java.io.Serializable
public class IllegalFormulaException
- extends java.lang.Exception
Signals a problem with a formula, either in its construction or execution.
- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IllegalFormulaException
public IllegalFormulaException()
IllegalFormulaException
public IllegalFormulaException(java.lang.Throwable cause)
IllegalFormulaException
public IllegalFormulaException(java.lang.String message)
IllegalFormulaException
public IllegalFormulaException(java.lang.String message,
java.lang.Throwable cause)