atg.repository.loader
Interface Error

All Superinterfaces:
BatchElement

public interface Error
extends BatchElement

A JavaBean interface that describes a failed file/repository item operation.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Fields inherited from interface atg.repository.loader.BatchElement
ERROR_TYPE, RESULT_TYPE
 
Method Summary
 java.lang.Exception getException()
          Returns an exception which may contain one or more root exceptions
 java.lang.String getMessage()
          Returns a high level message describing the error
 atg.repository.loader.OperationType getOperationType()
          The operation that was being attempted when the error occurred or null if the operation was unknown or is not relevant.
 java.lang.String getSourcePath()
          Returns the path of the File (if any) that was being processed when this error occurred
 
Methods inherited from interface atg.repository.loader.BatchElement
getContainer, getElementType
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

getMessage

java.lang.String getMessage()
Returns a high level message describing the error


getException

java.lang.Exception getException()
Returns an exception which may contain one or more root exceptions


getSourcePath

java.lang.String getSourcePath()
Returns the path of the File (if any) that was being processed when this error occurred


getOperationType

atg.repository.loader.OperationType getOperationType()
The operation that was being attempted when the error occurred or null if the operation was unknown or is not relevant.