|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exist.backup.ErrorReport
org.exist.backup.ErrorReport.ResourceError
public static class ErrorReport.ResourceError
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.exist.backup.ErrorReport |
---|
ErrorReport.CollectionError, ErrorReport.IndexError, ErrorReport.ResourceError |
Field Summary |
---|
Fields inherited from class org.exist.backup.ErrorReport |
---|
ACCESS_FAILED, CHILD_COLLECTION, CONFIGURATION_FAILD, DOM_INDEX, ERRCODES, INCORRECT_NODE_ID, INCORRECT_NODE_TYPE, NODE_HIERARCHY, RESOURCE_ACCESS_FAILED |
Constructor Summary | |
---|---|
ErrorReport.ResourceError(int code,
String message)
|
|
ErrorReport.ResourceError(int code,
String message,
Throwable exception)
|
Method Summary | |
---|---|
int |
getDocumentId()
|
void |
setDocumentId(int documentId)
|
String |
toString()
|
Methods inherited from class org.exist.backup.ErrorReport |
---|
getErrcode, getErrcodeString, getException, getMessage, setException, setMessage |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ErrorReport.ResourceError(int code, String message)
public ErrorReport.ResourceError(int code, String message, Throwable exception)
Method Detail |
---|
public int getDocumentId()
public void setDocumentId(int documentId)
public String toString()
toString
in class ErrorReport
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |