org.formulacompiler.runtime
Class EngineException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.formulacompiler.runtime.FormulaCompilerException
              extended by org.formulacompiler.runtime.EngineException
All Implemented Interfaces:
java.io.Serializable

public class EngineException
extends FormulaCompilerException

Base class for all exceptions thrown by the run-time engine support of AFC, except for computation errors. The latter are of type FormulaException.

Author:
peo
See Also:
FormulaException, Serialized Form

Constructor Summary
EngineException(java.lang.String _message)
           
EngineException(java.lang.String _message, java.lang.Throwable _cause)
           
EngineException(java.lang.Throwable _cause)
           
 
Method Summary
 
Methods inherited from class org.formulacompiler.runtime.FormulaCompilerException
addMessageContext, getMessage, getMessageContext, getPureMessage, setMessageContext
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EngineException

public EngineException(java.lang.String _message,
                       java.lang.Throwable _cause)

EngineException

public EngineException(java.lang.String _message)

EngineException

public EngineException(java.lang.Throwable _cause)