edu.mayo.informatics.lexgrid.convert.validator.error
Class NullNamespaceError
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.NullNamespaceError
- All Implemented Interfaces:
- LoadValidationError, DatabaseError
public class NullNamespaceError
- extends AbstractError
The Class NullNamespaceError.
- Author:
- Kevin Peterson
Constructor Summary |
NullNamespaceError(java.lang.Object nullNamespaceObject)
Instantiates a new null namespace error. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NULL_NAMESPACE_CODE
public static java.lang.String NULL_NAMESPACE_CODE
- The NUL l_ namespac e_ code.
NullNamespaceError
public NullNamespaceError(java.lang.Object nullNamespaceObject)
- Instantiates a new null namespace error.
- Parameters:
nullNamespaceObject
- the null namespace object
getErrorCode
public java.lang.String getErrorCode()
- Description copied from interface:
DatabaseError
- Gets the error code.
- Specified by:
getErrorCode
in interface DatabaseError
- Overrides:
getErrorCode
in class DefaultDatabaseError
- Returns:
- the error code
getErrorDescription
public java.lang.String getErrorDescription()
- Specified by:
getErrorDescription
in interface DatabaseError
- Overrides:
getErrorDescription
in class DefaultDatabaseError
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