|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.ove.openmath.exceptions.ErrorMessageException
fr.ove.openmath.exceptions.ControlException
Specific Control exception to specialize treatment of errors according to the symbol that thrown it.
| Constructor Summary | |
ControlException(java.lang.String symbol)
The constructor. |
|
ControlException(java.lang.String symbol,
java.lang.Object details)
The constructor. |
|
| Methods inherited from class fr.ove.openmath.exceptions.ErrorMessageException |
getDetails, getErrorMessage, getSymbol, getThrowAgain, setDetails, setErrorMessage, setSymbol, setThrowAgain |
| 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 |
public ControlException(java.lang.String symbol)
symbol - The symbol which thrown the instance.
public ControlException(java.lang.String symbol,
java.lang.Object details)
symbol - the symbol which thrown the instance.details - the details of the exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||