|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
fr.tireme.shared.param.ParamDoesNotExistsException
public class ParamDoesNotExistsException
Exception under parameters creation
| 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 |
|---|
public static final int LEVEL_ERROR
public static final int LEVEL_WARNING
public static final int LEVEL_MESSAGE
public static final int LEVEL_USAGE
public static final int PB_UNCLASSIFIED
public static final int PB_PARAM_DOES_NOT_EXIST
| Constructor Detail |
|---|
public ParamDoesNotExistsException(java.lang.String mess)
mess - text string message to be displayed within the log user interface
public ParamDoesNotExistsException(java.lang.String mess,
int lev)
mess - text string message to be displayed within the log user interfacelev - Description of Parameter
public ParamDoesNotExistsException(int kind,
java.lang.String arg)
kind - Description of Parameterarg - Description of Parameter| Method Detail |
|---|
public int getLevel()
public java.lang.String getStringLevel()
public java.lang.String getMessage()
getMessage in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||