public class DeterminateException extends EBufException
| Constructor and Description |
|---|
DeterminateException(int location,
int error,
int field,
int recordID,
int reserved,
int line,
java.lang.String fileName,
FList failData,
int facility,
int messageID,
java.util.Date time,
int version,
FList args,
EBufException chain,
int reserved2)
Constructs an instance of
DeterminateException |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Converts the error buffer information into a string.
|
getArgsFList, getDetailedErrorString, getDetailedHelpString, getError, getErrorString, getErrorTime, getFacility, getFacilityString, getField, getFieldString, getFileName, getLine, getLocation, getLocationString, getMessage, getMessageID, getNestedError, getOpcodeFList, getRecordID, getReserved, getReserved2, getVersion, log, logpublic DeterminateException(int location,
int error,
int field,
int recordID,
int reserved,
int line,
java.lang.String fileName,
FList failData,
int facility,
int messageID,
java.util.Date time,
int version,
FList args,
EBufException chain,
int reserved2)
DeterminateExceptionpublic java.lang.String toString()
toString in class EBufException