|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.formulacompiler.runtime.FormulaCompilerException org.formulacompiler.runtime.EngineException
public class EngineException
Base class for all exceptions thrown by the run-time engine support of AFC, except for
computation errors. The latter are of type FormulaException
.
FormulaException
,
Serialized FormConstructor 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 |
---|
public EngineException(java.lang.String _message, java.lang.Throwable _cause)
public EngineException(java.lang.String _message)
public EngineException(java.lang.Throwable _cause)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |