Message-type constants

Table 103 summarizes the message-type constants in the ODKConstant interface. These constants indicate the severity level for a message that the trace() method (defined in the ODKUtility class) outputs. All message-type constants are of type integer (int).

Table 103. Message-type constants of the ODKConstant interface.

Message-type constant Description
XRD_FATAL


Represents a fatal error
XRD_ERROR


Represents an error
XRD_URGENTWARNING


Represents an urgent warning
XRD_WARNING


Represents an warning
XRD_INFO


Represents an informational message
XRD_TRACE


Represents a trace message

Important:
The ODKConstant interface also provides message-type constants of the form XRD_INT_messageType. In addition, it defines the XRD_UNKNOWN constant to represent an undefined message type. These message-type constants are for internal use only. Do not use these message-type constants in your ODA.

Copyright IBM Corp. 1997, 2004