com.candle.roma.kxc
Class RomaExceptionInfo

java.lang.Object
  |
  +--com.candle.roma.kxc.RomaExceptionInfo

public final class RomaExceptionInfo
extends java.lang.Object

This class defines the message exception information.

See Also:
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

hasTimestamp

public boolean hasTimestamp()
Returns:
true if the timestamp is available.

hasRomaConfig

public boolean hasRomaConfig()
Returns:
true if the Roma configuration is available.

hasSystemConfig

public boolean hasSystemConfig()
Returns:
true if the system configuration is available.

hasErrorData

public boolean hasErrorData()
Returns:
true if the error data is available.

hasUserData

public boolean hasUserData()
Returns:
true if the user data is available.

getTimestamp

public java.util.Date getTimestamp()
Returns the timestamp. This is time when the message was sent to the exception message handler.

getRomaConfig

public RomaConfig getRomaConfig()
Returns the Roma configuration of the reporting application.

getSystemConfig

public RomaSystemConfig getSystemConfig()
Returns the configuration of the system where the reporting application has been running.

getErrorData

public RomaExcErrorData getErrorData()
Returns the error data set by the reporting application.

getUserData

public byte[] getUserData()
Returns the user data.