org.exist.backup
Class ErrorReport.IndexError

java.lang.Object
  extended by org.exist.backup.ErrorReport
      extended by org.exist.backup.ErrorReport.IndexError
Enclosing class:
ErrorReport

public static class ErrorReport.IndexError
extends ErrorReport


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, DOM_INDEX, ERRCODES, INCORRECT_NODE_ID, INCORRECT_NODE_TYPE, NODE_HIERARCHY, RESOURCE_ACCESS_FAILED
 
Constructor Summary
ErrorReport.IndexError(int code, String message, int documentId)
           
ErrorReport.IndexError(int code, String message, Throwable exception, int documentId)
           
 
Method Summary
 int getDocumentId()
           
 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

ErrorReport.IndexError

public ErrorReport.IndexError(int code,
                              String message,
                              int documentId)

ErrorReport.IndexError

public ErrorReport.IndexError(int code,
                              String message,
                              Throwable exception,
                              int documentId)
Method Detail

getDocumentId

public int getDocumentId()

toString

public String toString()
Overrides:
toString in class ErrorReport


Copyright (C) Wolfgang Meier. All rights reserved.