anl.aida.formula
Class IllegalFormulaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
IllegalFormulaException()
           
IllegalFormulaException(java.lang.String message)
           
IllegalFormulaException(java.lang.String message, java.lang.Throwable cause)
           
IllegalFormulaException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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)