edu.mayo.informatics.lexgrid.convert.validator.error
Class FatalError
java.lang.Object
org.lexevs.dao.database.service.error.DefaultDatabaseError
edu.mayo.informatics.lexgrid.convert.validator.error.AbstractError
edu.mayo.informatics.lexgrid.convert.validator.error.FatalError
- All Implemented Interfaces:
- LoadValidationError, DatabaseError
public class FatalError
- extends AbstractError
The Class FatalError.
- Author:
- Kevin Peterson
Constructor Summary |
FatalError(java.lang.Object errorObject,
java.lang.Exception exception)
Instantiates a new fatal error. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FATAL_ERROR_CODE
public static java.lang.String FATAL_ERROR_CODE
- The FATA l_ erro r_ code.
FATAL_ERROR_DESCRIPTION
public static java.lang.String FATAL_ERROR_DESCRIPTION
- The FATA l_ erro r_ description.
FatalError
public FatalError(java.lang.Object errorObject,
java.lang.Exception exception)
- Instantiates a new fatal error.
- Parameters:
errorObject
- the error objectexception
- the exception
getErrorObjectDescription
protected java.lang.String getErrorObjectDescription()
- Description copied from class:
DefaultDatabaseError
- Gets the error object description.
- Overrides:
getErrorObjectDescription
in class DefaultDatabaseError
- Returns:
- the error object description
getErrorDescription
public java.lang.String getErrorDescription()
- Specified by:
getErrorDescription
in interface DatabaseError
- Overrides:
getErrorDescription
in class DefaultDatabaseError