edu.mayo.informatics.lexgrid.convert.validator.error
Class NullNamespaceError

java.lang.Object
  extended by org.lexevs.dao.database.service.error.DefaultDatabaseError
      extended by edu.mayo.informatics.lexgrid.convert.validator.error.AbstractError
          extended by edu.mayo.informatics.lexgrid.convert.validator.error.NullNamespaceError
All Implemented Interfaces:
LoadValidationError, DatabaseError

public class NullNamespaceError
extends AbstractError

The Class NullNamespaceError.

Author:
Kevin Peterson

Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.mayo.informatics.lexgrid.convert.validator.error.LoadValidationError
LoadValidationError.Severity
 
Field Summary
static java.lang.String NULL_NAMESPACE_CODE
          The NUL l_ namespac e_ code.
 
Fields inherited from interface org.lexevs.dao.database.service.error.DatabaseError
UNKNOWN_ERROR_CODE
 
Constructor Summary
NullNamespaceError(java.lang.Object nullNamespaceObject)
          Instantiates a new null namespace error.
 
Method Summary
 java.lang.String getErrorCode()
          Gets the error code.
 java.lang.String getErrorDescription()
           
protected  java.lang.String getErrorObjectDescription()
          Gets the error object description.
 
Methods inherited from class edu.mayo.informatics.lexgrid.convert.validator.error.AbstractError
getSeverity, setSeverity, toString
 
Methods inherited from class org.lexevs.dao.database.service.error.DefaultDatabaseError
getErrorException, getErrorMessage, getErrorObject, getErrorTime, getUniqueErrorId, isDebug, setDebug, setErrorException, setErrorObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.lexevs.dao.database.service.error.DatabaseError
getErrorException, getErrorMessage, getErrorObject, getErrorTime, getUniqueErrorId
 

Field Detail

NULL_NAMESPACE_CODE

public static java.lang.String NULL_NAMESPACE_CODE
The NUL l_ namespac e_ code.

Constructor Detail

NullNamespaceError

public NullNamespaceError(java.lang.Object nullNamespaceObject)
Instantiates a new null namespace error.

Parameters:
nullNamespaceObject - the null namespace object
Method Detail

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

Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER.