fr.ove.openmath.exceptions
Class ControlException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byfr.ove.openmath.exceptions.ErrorMessageException
                  extended byfr.ove.openmath.exceptions.ControlException
All Implemented Interfaces:
java.io.Serializable

public class ControlException
extends ErrorMessageException

Specific Control exception to specialize treatment of errors according to the symbol that thrown it.

Version:
1.0 28/05/99
Author:
© 1999 DIRAT Laurent
See Also:
Serialized Form

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

ControlException

public ControlException(java.lang.String symbol)
The constructor.

Parameters:
symbol - The symbol which thrown the instance.

ControlException

public ControlException(java.lang.String symbol,
                        java.lang.Object details)
The constructor.

Parameters:
symbol - the symbol which thrown the instance.
details - the details of the exception


Copyright © 1999-2007 Universit?© de Nice Sophia-Antipolis, I3S, Ove SARL, DFKI and Universit?§t des Saarlandes. All Rights Reserved.