|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wm.app.tn.err.EXMLExceptionParser
public class EXMLExceptionParser
Field Summary | |
---|---|
static int |
EXCEPTION_ACTION
index of the suggested action in the array returned by processMessage |
static int |
EXCEPTION_CLASS
index of the exception class in the array returned by processMessage |
static int |
EXCEPTION_CODE
index of the message code in the array returned by processMessage |
static int |
EXCEPTION_INFO
index of the exception information in the array returned by processMessage |
static int |
EXCEPTION_LEVEL
index of the message level in the array returned by processMessage |
static int |
EXCEPTION_MSG
index of the exception message in the array returned by processMessage |
static int |
EXCEPTION_STACK
index of the exception stack trace in the array returned by processMessage |
Constructor Summary | |
---|---|
EXMLExceptionParser()
|
Method Summary | |
---|---|
static java.lang.String[] |
processMessage(java.lang.String msg)
Process an XML-formatted exception message, which was probably produced by an EXMLException. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int EXCEPTION_INFO
public static final int EXCEPTION_CLASS
public static final int EXCEPTION_MSG
public static final int EXCEPTION_STACK
public static final int EXCEPTION_CODE
public static final int EXCEPTION_ACTION
public static final int EXCEPTION_LEVEL
Constructor Detail |
---|
public EXMLExceptionParser()
Method Detail |
---|
public static java.lang.String[] processMessage(java.lang.String msg)
msg
- the message of the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |