org.omg.DsLogNotification
Class ProcessingErrorAlarm
java.lang.Object
org.omg.DsLogNotification.ProcessingErrorAlarm
- All Implemented Interfaces:
- java.io.Serializable, IDLEntity
public final class ProcessingErrorAlarm
- extends java.lang.Object
- implements IDLEntity
The ProcessingErrorAlarm struct defines the error generated by the log.
It is generated by a log factory if one of its logs has generated an error.
- See Also:
- Serialized Form
Field Summary |
int |
error_num
The error_num field indicates the error number associated with the error. |
java.lang.String |
error_string
The error_string field contains a textual description of the error. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
error_num
public int error_num
- The error_num field indicates the error number associated with the error. The high order
20 bits of error_num contain a 20-bit vendor specific error id (VSEID); the low order
12 bits contain the rest of the error number. A vendor (or group of vendors) who wish
to define a specific set of error numbers should obtain a unique VSEID from the OMG,
and then define a specific set of error numbers using the VSEID for the high order bits.
error_string
public java.lang.String error_string
- The error_string field contains a textual description of the error.
ProcessingErrorAlarm
public ProcessingErrorAlarm()
ProcessingErrorAlarm
public ProcessingErrorAlarm(int error_num,
java.lang.String error_string)
Read the latest documentation online