|
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 |
DateThe date and time at which the exception was thrown. |
String |
ExceptionClassThe exception class. |
String |
MessageThe exception message. |
String |
ResourceIDThe exception resource id. |
String |
StackTraceThe 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 | |||||||||