public class NullNamespaceError extends AbstractError
LoadValidationError.Severity
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NULL_NAMESPACE_CODE
The NUL l_ namespac e_ code.
|
UNKNOWN_ERROR_CODE
Constructor and Description |
---|
NullNamespaceError(java.lang.Object nullNamespaceObject)
Instantiates a new null namespace error.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getErrorCode()
Gets the error code.
|
java.lang.String |
getErrorDescription()
Gets the error description.
|
protected java.lang.String |
getErrorObjectDescription()
Gets the error object description.
|
getSeverity, setSeverity, toString
getErrorException, getErrorMessage, getErrorObject, getErrorTime, getUniqueErrorId, isDebug, setDebug, setErrorException, setErrorObject
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getErrorException, getErrorMessage, getErrorObject, getErrorTime, getUniqueErrorId
public static java.lang.String NULL_NAMESPACE_CODE
public NullNamespaceError(java.lang.Object nullNamespaceObject)
nullNamespaceObject
- the null namespace objectpublic java.lang.String getErrorCode()
DatabaseError
getErrorCode
in interface DatabaseError
getErrorCode
in class DefaultDatabaseError
public java.lang.String getErrorDescription()
DatabaseError
getErrorDescription
in interface DatabaseError
getErrorDescription
in class DefaultDatabaseError
protected java.lang.String getErrorObjectDescription()
DefaultDatabaseError
getErrorObjectDescription
in class DefaultDatabaseError