public class ApplicationException extends EBufException
Constructor and Description |
---|
ApplicationException(int location,
int error,
int field,
int recordID,
int reserved,
int line,
String fileName,
FList failData,
int facility,
int messageID,
Date time,
int version,
FList args,
EBufException chain,
int reserved2)
Constructs an instance of
ApplicationException |
Modifier and Type | Method and Description |
---|---|
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, log
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ApplicationException(int location, int error, int field, int recordID, int reserved, int line, String fileName, FList failData, int facility, int messageID, Date time, int version, FList args, EBufException chain, int reserved2)
ApplicationException
public String toString()
toString
in class EBufException
Copyright © 2003, 2023, Oracle and/or its affiliates.