public class EBufException extends PortalException
Constructor and Description |
---|
EBufException(int location,
int error,
int field,
int recordID,
int reserved,
int line,
Object obj)
Constructs an instance of
EBufException . |
EBufException(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
EBufException . |
EBufException(int location,
int error,
int field,
int recordID,
Object obj)
Constructs an instance of
EBufException . |
EBufException(int error,
int field,
int recordID,
Object obj)
Constructs an instance of
EBufException . |
EBufException(int location,
int error,
Object obj)
Constructs an instance of
EBufException . |
EBufException(int error,
Object obj)
Constructs an instance of
EBufException . |
Modifier and Type | Method and Description |
---|---|
FList |
getArgsFList() |
String |
getDetailedErrorString(PortalContext ctx,
Locale locale)
Returns the detailed error message, if any.
|
String |
getDetailedHelpString(PortalContext ctx,
Locale locale)
Returns the detailed error message help text, if any.
|
int |
getError()
Returns the error code.
|
String |
getErrorString()
Returns the error message.
|
Date |
getErrorTime() |
int |
getFacility() |
String |
getFacilityString() |
int |
getField()
Returns the storable class field number that caused the error.
|
String |
getFieldString()
Returns the field name string that caused the error.
|
String |
getFileName()
Returns the filename from which the exception was sent.
|
int |
getLine()
Returns the line number from which the exception was sent.
|
int |
getLocation()
Returns the number of the module that found the error.
|
String |
getLocationString()
Returns the module that found the error.
|
String |
getMessage()
Throwable overide
|
int |
getMessageID() |
EBufException |
getNestedError() |
FList |
getOpcodeFList()
Returns the output FList of the opcode that caused this exception.
|
int |
getRecordID()
Returns the record ID associated with the field that caused the error.
|
int |
getReserved()
Returns reserved error data.
|
int |
getReserved2() |
int |
getVersion() |
void |
log()
Logs the exception to the default error log
|
void |
log(ErrorLog elog)
Logs the exception to the specified error log
|
String |
toString()
Converts the error buffer information to a string.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public EBufException(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)
EBufException
.public EBufException(int location, int error, int field, int recordID, int reserved, int line, Object obj)
EBufException
.public EBufException(int location, int error, int field, int recordID, Object obj)
EBufException
.public EBufException(int error, int field, int recordID, Object obj)
EBufException
.public EBufException(int location, int error, Object obj)
EBufException
.public EBufException(int error, Object obj)
EBufException
.public String getMessage()
getMessage
in class Throwable
public int getLocation()
public String getLocationString()
public int getError()
public String getErrorString()
public String getDetailedErrorString(PortalContext ctx, Locale locale)
ctx
- A PortalContext, used to read the DBlocale
- A locale for the error stringpublic String getDetailedHelpString(PortalContext ctx, Locale locale)
ctx
- A PortalContext, used to read the DBlocale
- A locale for the error stringpublic int getField()
public String getFieldString()
public int getRecordID()
public int getReserved()
public int getLine()
public String getFileName()
public int getFacility()
public String getFacilityString()
public int getMessageID()
public Date getErrorTime()
public int getVersion()
public int getReserved2()
public FList getArgsFList()
public EBufException getNestedError()
public void log()
public void log(ErrorLog elog)
public FList getOpcodeFList()
Copyright © 2003, 2023, Oracle and/or its affiliates.