fr.tireme.shared.param
Class ParamDoesNotExistsException

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

public class ParamDoesNotExistsException
extends java.lang.Exception

Exception under parameters creation

Version:
2.0, 25 juillet 2003
Author:
Bruno Chatel - Pierre Attar
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_USAGE
          Description of the Field
static int LEVEL_WARNING
          Description of the Field
static int PB_PARAM_DOES_NOT_EXIST
          Description of the Field
static int PB_UNCLASSIFIED
          Description of the Field
 
Constructor Summary
ParamDoesNotExistsException(int kind, java.lang.String arg)
          Constructor for the ParamException object
ParamDoesNotExistsException(java.lang.String mess)
          Constructor for the T2NException object
ParamDoesNotExistsException(java.lang.String mess, int lev)
          Constructor for the T2NException object
 
Method Summary
 int getLevel()
          Gets the level attribute of the T2NException object
 java.lang.String getMessage()
          Gets the message attribute of the ParamException object
 java.lang.String getStringLevel()
          Gets the stringLevel attribute of the ParamException object
 
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
 

Field Detail

LEVEL_ERROR

public static final int LEVEL_ERROR
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

LEVEL_MESSAGE

public static final int LEVEL_MESSAGE
Description of the Field

See Also:
Constant Field Values

LEVEL_USAGE

public static final int LEVEL_USAGE
Description of the Field

See Also:
Constant Field Values

PB_UNCLASSIFIED

public static final int PB_UNCLASSIFIED
Description of the Field

See Also:
Constant Field Values

PB_PARAM_DOES_NOT_EXIST

public static final int PB_PARAM_DOES_NOT_EXIST
Description of the Field

See Also:
Constant Field Values
Constructor Detail

ParamDoesNotExistsException

public ParamDoesNotExistsException(java.lang.String mess)
Constructor for the T2NException object

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

ParamDoesNotExistsException

public ParamDoesNotExistsException(java.lang.String mess,
                                   int lev)
Constructor for the T2NException object

Parameters:
mess - text string message to be displayed within the log user interface
lev - Description of Parameter

ParamDoesNotExistsException

public ParamDoesNotExistsException(int kind,
                                   java.lang.String arg)
Constructor for the ParamException object

Parameters:
kind - Description of Parameter
arg - Description of Parameter
Method Detail

getLevel

public int getLevel()
Gets the level attribute of the T2NException object

Returns:
The level value

getStringLevel

public java.lang.String getStringLevel()
Gets the stringLevel attribute of the ParamException object

Returns:
The stringLevel value

getMessage

public java.lang.String getMessage()
Gets the message attribute of the ParamException object

Overrides:
getMessage in class java.lang.Throwable
Returns:
The message value