Uses of Class
org.tmatesoft.svn.core.SVNErrorCode
-
Packages that use SVNErrorCode Package Description org.tmatesoft.svn.cli org.tmatesoft.svn.core This package mostly contains common classes as well as interfaces used throughout all the library.org.tmatesoft.svn.core.internal.io.dav.handlers org.tmatesoft.svn.core.internal.io.fs.repcache org.tmatesoft.svn.core.internal.wc.admin -
-
Uses of SVNErrorCode in org.tmatesoft.svn.cli
Methods in org.tmatesoft.svn.cli with parameters of type SVNErrorCode Modifier and Type Method Description booleanAbstractSVNCommandEnvironment. handleWarning(SVNErrorMessage err, SVNErrorCode[] warningCodes, boolean quiet) -
Uses of SVNErrorCode in org.tmatesoft.svn.core
Methods in org.tmatesoft.svn.core that return SVNErrorCode Modifier and Type Method Description static SVNErrorCodeSVNErrorCode. getErrorCode(int code)Gets an error code object given its unique error code number.SVNErrorCodeSVNErrorMessage. getErrorCode()Returns the error code of the error.Methods in org.tmatesoft.svn.core with parameters of type SVNErrorCode Modifier and Type Method Description static SVNErrorMessageSVNErrorMessage. create(SVNErrorCode code)Creates an error message given an error code.static SVNErrorMessageSVNErrorMessage. create(SVNErrorCode code, java.lang.String message)Creates an error message given an error code and description.static SVNErrorMessageSVNErrorMessage. create(SVNErrorCode code, java.lang.String message, int type)Creates an error message given an error code, description and a type ( whether it's a warning or an error).static SVNErrorMessageSVNErrorMessage. create(SVNErrorCode code, java.lang.String message, java.lang.Object object)Creates an error message given an error code, description and may be a related object to be formatted with the error description.static SVNErrorMessageSVNErrorMessage. create(SVNErrorCode code, java.lang.String message, java.lang.Object... objects)Creates an error message given an error code, description and may be related objects to be formatted with the error description.static SVNErrorMessageSVNErrorMessage. create(SVNErrorCode code, java.lang.String message, java.lang.Object[] objects, int type)Creates an error message given an error code, description, an error type (whether it's a warning or an error) and may be related objects to be formatted with the error description.static SVNErrorMessageSVNErrorMessage. create(SVNErrorCode code, java.lang.String message, java.lang.Object[] objects, int type, java.lang.Throwable cause)Creates an error message given an error code, description, an error type (whether it's a warning or an error) and may be related objects to be formatted with the error description and an optional cause.static SVNErrorMessageSVNErrorMessage. create(SVNErrorCode code, java.lang.String message, java.lang.Object object, int type)Creates an error message given an error code, description, an error type (whether it's a warning or an error) and may be a related object to be formatted with the error description.static SVNErrorMessageSVNErrorMessage. create(SVNErrorCode code, java.lang.Throwable cause)Creates an error message given an error code and cause.SVNErrorMessageSVNErrorMessage. findChildWithErrorCode(SVNErrorCode errorCode)booleanSVNErrorMessage. hasChildWithErrorCode(SVNErrorCode errorCode)Constructors in org.tmatesoft.svn.core with parameters of type SVNErrorCode Constructor Description SVNErrorMessage(SVNErrorCode code, java.lang.String message, java.lang.Object[] relatedObjects, java.lang.Throwable th, int type) -
Uses of SVNErrorCode in org.tmatesoft.svn.core.internal.io.dav.handlers
Fields in org.tmatesoft.svn.core.internal.io.dav.handlers declared as SVNErrorCode Modifier and Type Field Description private SVNErrorCodeDAVErrorHandler. myErrorCode -
Uses of SVNErrorCode in org.tmatesoft.svn.core.internal.io.fs.repcache
Methods in org.tmatesoft.svn.core.internal.io.fs.repcache that return SVNErrorCode Modifier and Type Method Description private static SVNErrorCodeFSRepresentationCacheManager. convertErrorCode(org.tmatesoft.sqljet.core.SqlJetException e) -
Uses of SVNErrorCode in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNErrorCode Modifier and Type Method Description abstract voidSVNAdminArea. postCommit(java.lang.String fileName, long revisionNumber, boolean implicit, boolean rerun, SVNErrorCode errorCode)voidSVNAdminArea14. postCommit(java.lang.String fileName, long revisionNumber, boolean implicit, boolean rerun, SVNErrorCode errorCode)voidSVNXMLAdminArea. postCommit(java.lang.String fileName, long revisionNumber, boolean implicit, boolean rerun, SVNErrorCode errorCode)
-