|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Error
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 |
|---|
static final java.lang.String CLASS_VERSION
| Method Detail |
|---|
java.lang.String getMessage()
java.lang.Exception getException()
java.lang.String getSourcePath()
atg.repository.loader.OperationType getOperationType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||