fr.tireme.shared
Class StandardException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fr.tireme.shared.StandardException
All Implemented Interfaces:
java.io.Serializable

public class StandardException
extends java.lang.Exception

Exception manager for all problem within threaded processes.

Since:
26 f�vrier 2002
Version:
1.0, Copyright (c) Tireme 2002, 2003
Author:
Pierre Attar ; pat@tireme.fr
See Also:
Serialized Form

Field Summary
static int LEVEL_ERROR
          Description of the Field
static int LEVEL_MESSAGE
          Description of the Field
static int LEVEL_WARNING
          Description of the Field
 
Constructor Summary
StandardException(java.lang.String mess)
          Constructor for the MutuExcept object
StandardException(java.lang.String mess, int lev)
          Constructor for the Xml2outputExcept object
 
Method Summary
 java.lang.String toString()
          Description of the Method
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

LEVEL_ERROR

public static final int LEVEL_ERROR
Description of the Field

See Also:
Constant Field Values

LEVEL_MESSAGE

public static final int LEVEL_MESSAGE
Description of the Field

See Also:
Constant Field Values

LEVEL_WARNING

public static final int LEVEL_WARNING
Description of the Field

See Also:
Constant Field Values
Constructor Detail

StandardException

public StandardException(java.lang.String mess)
Constructor for the MutuExcept object

Parameters:
mess - text string message to be displayed within the log user interface

StandardException

public StandardException(java.lang.String mess,
                         int lev)
Constructor for the Xml2outputExcept object

Parameters:
mess - text string message to be displayed within the log user interface
lev - Error level
Method Detail

toString

public java.lang.String toString()
Description of the Method

Overrides:
toString in class java.lang.Throwable
Returns:
Description of the Returned Value