|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.candle.roma.kxc.RomaExceptionInfo
This class defines the message exception information.
RomaExcErrorData
Method Summary | |
RomaExcErrorData |
getErrorData()
Returns the error data set by the reporting application. |
RomaConfig |
getRomaConfig()
Returns the Roma configuration of the reporting application. |
RomaSystemConfig |
getSystemConfig()
Returns the configuration of the system where the reporting application has been running. |
java.util.Date |
getTimestamp()
Returns the timestamp. |
byte[] |
getUserData()
Returns the user data. |
boolean |
hasErrorData()
|
boolean |
hasRomaConfig()
|
boolean |
hasSystemConfig()
|
boolean |
hasTimestamp()
|
boolean |
hasUserData()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean hasTimestamp()
public boolean hasRomaConfig()
public boolean hasSystemConfig()
public boolean hasErrorData()
public boolean hasUserData()
public java.util.Date getTimestamp()
public RomaConfig getRomaConfig()
public RomaSystemConfig getSystemConfig()
public RomaExcErrorData getErrorData()
public byte[] getUserData()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |