edu.mayo.informatics.lexgrid.convert.inserter.error
Class AssociationSourceBatchInsertError
java.lang.Object
org.lexevs.dao.database.service.error.DefaultDatabaseError
edu.mayo.informatics.lexgrid.convert.validator.error.AbstractError
edu.mayo.informatics.lexgrid.convert.inserter.error.AssociationSourceBatchInsertError
- All Implemented Interfaces:
- LoadValidationError, DatabaseError
public class AssociationSourceBatchInsertError
- extends AbstractError
The Class AssociationSourceBatchInsertError.
- Author:
- Kevin Peterson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASSOCIATION_SOURCE_BATCH_INSERT_ERROR_CODE
public static java.lang.String ASSOCIATION_SOURCE_BATCH_INSERT_ERROR_CODE
- The ASSOCIATIO n_ sourc e_ batc h_ inser t_ erro r_ code.
DESCRIPTION
public static java.lang.String DESCRIPTION
- The DESCRIPTION.
AssociationSourceBatchInsertError
public AssociationSourceBatchInsertError(AssociationSourceBatchInsertError.AssociationSourceBatchInsertErrorItem errorItem)
- Instantiates a new association source batch insert error.
- Parameters:
errorItem
- the error item
AssociationSourceBatchInsertError
public AssociationSourceBatchInsertError(java.lang.Object errorObject,
java.lang.Exception errorException)
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
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