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 boolean
AbstractSVNCommandEnvironment. 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 SVNErrorCode
SVNErrorCode. getErrorCode(int code)
Gets an error code object given its unique error code number.SVNErrorCode
SVNErrorMessage. 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 SVNErrorMessage
SVNErrorMessage. create(SVNErrorCode code)
Creates an error message given an error code.static SVNErrorMessage
SVNErrorMessage. create(SVNErrorCode code, java.lang.String message)
Creates an error message given an error code and description.static SVNErrorMessage
SVNErrorMessage. 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 SVNErrorMessage
SVNErrorMessage. 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 SVNErrorMessage
SVNErrorMessage. 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 SVNErrorMessage
SVNErrorMessage. 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 SVNErrorMessage
SVNErrorMessage. 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 SVNErrorMessage
SVNErrorMessage. 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 SVNErrorMessage
SVNErrorMessage. create(SVNErrorCode code, java.lang.Throwable cause)
Creates an error message given an error code and cause.SVNErrorMessage
SVNErrorMessage. findChildWithErrorCode(SVNErrorCode errorCode)
boolean
SVNErrorMessage. 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 SVNErrorCode
DAVErrorHandler. 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 SVNErrorCode
FSRepresentationCacheManager. 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 void
SVNAdminArea. postCommit(java.lang.String fileName, long revisionNumber, boolean implicit, boolean rerun, SVNErrorCode errorCode)
void
SVNAdminArea14. postCommit(java.lang.String fileName, long revisionNumber, boolean implicit, boolean rerun, SVNErrorCode errorCode)
void
SVNXMLAdminArea. postCommit(java.lang.String fileName, long revisionNumber, boolean implicit, boolean rerun, SVNErrorCode errorCode)
-