|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
waggle.core.info.XDTO
waggle.core.exceptions.infos.XExceptionInfo
public class XExceptionInfo
XExceptionInfo is a DTO for passing remote exception data.
Field Summary | |
---|---|
Date |
Date The date and time at which the exception was thrown. |
String |
ExceptionClass The exception class. |
String |
Message The exception message. |
String |
ResourceID The exception resource id. |
String |
StackTrace The exception stack trace, formatted as a string with embedded newlines. |
Constructor Summary | |
---|---|
XExceptionInfo() |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String ExceptionClass
public String Message
public String StackTrace
public String ResourceID
public Date Date
Constructor Detail |
---|
public XExceptionInfo()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |