|
SVNKit Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tmatesoft.svn.core.SVNErrorCode
The SVNErrorCode class represents possible predefined kinds of errors with their own identifying information. Each SVNErrorCode has its common description, belongs to a definite category of errors and also has its unique error code int value based upon the category.
Error codes (values, common descriptions and categories) are similar to ones in the native SVN.
| Constructor Summary | |
protected |
SVNErrorCode(int category,
int index,
String description)
|
| Method Summary | |
boolean |
equals(Object o)
Says if the given object and this one are equal. |
int |
getCategory()
Returns the category this error code object belongs to. |
int |
getCode()
Returns a unique error code value. |
String |
getDescription()
Returns a description of this error. |
static SVNErrorCode |
getErrorCode(int code)
Gets an error code object given its unique error code number. |
int |
hashCode()
Returns a hash code for this object. |
boolean |
isAuthentication()
Says if this error is an authentication error. |
String |
toString()
Gives a string representation of this object. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int BAD_CATEGORY
public static final int XML_CATEGORY
public static final int IO_CATEGORY
public static final int STREAM_CATEGORY
public static final int NODE_CATEGORY
public static final int ENTRY_CATEGORY
public static final int WC_CATEGORY
public static final int FS_CATEGORY
public static final int REPOS_CATEGORY
public static final int RA_CATEGORY
public static final int RA_DAV_CATEGORY
public static final int RA_LOCAL_CATEGORY
public static final int SVNDIFF_CATEGORY
public static final int APMOD_CATEGORY
public static final int CLIENT_CATEGORY
public static final int MISC_CATEGORY
public static final int CL_CATEGORY
public static final int RA_SVN_CATEGORY
public static final int AUTHN_CATEGORY
public static final int AUTHZ_CATEGORY
public static final SVNErrorCode UNKNOWN
public static final SVNErrorCode IO_ERROR
public static final SVNErrorCode BAD_CONTAINING_POOL
public static final SVNErrorCode BAD_FILENAME
public static final SVNErrorCode BAD_URL
public static final SVNErrorCode BAD_DATE
public static final SVNErrorCode BAD_MIME_TYPE
public static final SVNErrorCode BAD_VERSION_FILE_FORMAT
public static final SVNErrorCode XML_ATTRIB_NOT_FOUND
public static final SVNErrorCode XML_MISSING_ANCESTRY
public static final SVNErrorCode XML_UNKNOWN_ENCODING
public static final SVNErrorCode XML_MALFORMED
public static final SVNErrorCode XML_UNESCAPABLE_DATA
public static final SVNErrorCode IO_INCONSISTENT_EOL
public static final SVNErrorCode IO_UNKNOWN_EOL
public static final SVNErrorCode IO_CORRUPT_EOL
public static final SVNErrorCode IO_UNIQUE_NAMES_EXHAUSTED
public static final SVNErrorCode IO_PIPE_FRAME_ERROR
public static final SVNErrorCode IO_PIPE_READ_ERROR
public static final SVNErrorCode IO_WRITE_ERROR
public static final SVNErrorCode STREAM_UNEXPECTED_EOF
public static final SVNErrorCode STREAM_MALFORMED_DATA
public static final SVNErrorCode STREAM_UNRECOGNIZED_DATA
public static final SVNErrorCode NODE_UNKNOWN_KIND
public static final SVNErrorCode NODE_UNEXPECTED_KIND
public static final SVNErrorCode ENTRY_NOT_FOUND
public static final SVNErrorCode ENTRY_EXISTS
public static final SVNErrorCode ENTRY_MISSING_REVISION
public static final SVNErrorCode ENTRY_MISSING_URL
public static final SVNErrorCode ENTRY_ATTRIBUTE_INVALID
public static final SVNErrorCode WC_OBSTRUCTED_UPDATE
public static final SVNErrorCode WC_UNWIND_MISMATCH
public static final SVNErrorCode WC_UNWIND_EMPTY
public static final SVNErrorCode WC_UNWIND_NOT_EMPTY
public static final SVNErrorCode WC_LOCKED
public static final SVNErrorCode WC_NOT_LOCKED
public static final SVNErrorCode WC_INVALID_LOCK
public static final SVNErrorCode WC_NOT_DIRECTORY
public static final SVNErrorCode WC_NOT_FILE
public static final SVNErrorCode WC_BAD_ADM_LOG