public class FatalError extends AbstractError
LoadValidationError.Severity
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
FATAL_ERROR_CODE
The FATA l_ erro r_ code.
|
static java.lang.String |
FATAL_ERROR_DESCRIPTION
The FATA l_ erro r_ description.
|
UNKNOWN_ERROR_CODE
Constructor and Description |
---|
FatalError(java.lang.Object errorObject,
java.lang.Exception exception)
Instantiates a new fatal error.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorDescription()
Gets the error description.
|
protected java.lang.String |
getErrorObjectDescription()
Gets the error object description.
|
getSeverity, setSeverity, toString
getErrorCode, getErrorException, getErrorMessage, getErrorObject, getErrorTime, getUniqueErrorId, isDebug, setDebug, setErrorException, setErrorObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getErrorCode, getErrorException, getErrorMessage, getErrorObject, getErrorTime, getUniqueErrorId
public static java.lang.String FATAL_ERROR_CODE
public static java.lang.String FATAL_ERROR_DESCRIPTION
public FatalError(java.lang.Object errorObject, java.lang.Exception exception)
errorObject
- the error objectexception
- the exceptionprotected java.lang.String getErrorObjectDescription()
DefaultDatabaseError
getErrorObjectDescription
in class DefaultDatabaseError
public java.lang.String getErrorDescription()
DatabaseError
getErrorDescription
in interface DatabaseError
getErrorDescription
in class DefaultDatabaseError