public interface Error extends BatchElement
A JavaBean interface that describes a failed file/repository item operation.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
ERROR_TYPE, RESULT_TYPE
Modifier and Type | Method and Description |
---|---|
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
|
getContainer, getElementType
static final java.lang.String CLASS_VERSION
java.lang.String getMessage()
java.lang.Exception getException()
java.lang.String getSourcePath()
atg.repository.loader.OperationType getOperationType()