|
||||||||||
| 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.StandardException
public class StandardException
Exception manager for all problem within threaded processes.
| 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 |
|---|
public static final int LEVEL_ERROR
public static final int LEVEL_MESSAGE
public static final int LEVEL_WARNING
| Constructor Detail |
|---|
public StandardException(java.lang.String mess)
mess - text string message to be displayed within the log user interface
public StandardException(java.lang.String mess,
int lev)
mess - text string message to be displayed within the log user interfacelev - Error level| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||