Class SVNErrorManager
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNErrorManager
public class SVNErrorManager
extends java.lang.Object
- Version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
assertionFailure
(boolean isTrueCondition, java.lang.String optionalMessage, SVNLogType logType) static void
authenticationFailed
(java.lang.String message, java.lang.Object messageObject) static void
authenticationFailed
(java.lang.String message, java.lang.Object messageObject, java.util.logging.Level logLevel) static void
cancel
(java.lang.String message, java.util.logging.Level logLevel, SVNLogType logType) static void
cancel
(java.lang.String message, SVNLogType logType) static void
error
(SVNErrorMessage err, java.lang.Throwable cause, java.util.logging.Level logLevel, SVNLogType logType) static void
error
(SVNErrorMessage err, java.lang.Throwable cause, SVNLogType logType) static void
error
(SVNErrorMessage err, java.util.logging.Level logLevel, SVNLogType logType) static void
error
(SVNErrorMessage err1, SVNErrorMessage err2, java.lang.Throwable cause, java.util.logging.Level logLevel, SVNLogType logType) static void
error
(SVNErrorMessage err1, SVNErrorMessage err2, java.lang.Throwable cause, SVNLogType logType) static void
error
(SVNErrorMessage err1, SVNErrorMessage err2, java.util.logging.Level logLevel, SVNLogType logType) static void
error
(SVNErrorMessage err1, SVNErrorMessage err2, SVNLogType logType) static void
error
(SVNErrorMessage err, SVNLogType logType) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SVNErrorManager
public SVNErrorManager()
-
-
Method Details
-
cancel
- Throws:
SVNCancelException
-
cancel
public static void cancel(java.lang.String message, java.util.logging.Level logLevel, SVNLogType logType) throws SVNCancelException - Throws:
SVNCancelException
-
authenticationFailed
public static void authenticationFailed(java.lang.String message, java.lang.Object messageObject) throws SVNAuthenticationException - Throws:
SVNAuthenticationException
-
authenticationFailed
public static void authenticationFailed(java.lang.String message, java.lang.Object messageObject, java.util.logging.Level logLevel) throws SVNAuthenticationException - Throws:
SVNAuthenticationException
-
error
- Throws:
SVNException
-
error
public static void error(SVNErrorMessage err, java.util.logging.Level logLevel, SVNLogType logType) throws SVNException - Throws:
SVNException
-
error
public static void error(SVNErrorMessage err, java.lang.Throwable cause, SVNLogType logType) throws SVNException - Throws:
SVNException
-
error
public static void error(SVNErrorMessage err, java.lang.Throwable cause, java.util.logging.Level logLevel, SVNLogType logType) throws SVNException - Throws:
SVNException
-
error
public static void error(SVNErrorMessage err1, SVNErrorMessage err2, SVNLogType logType) throws SVNException - Throws:
SVNException
-
error
public static void error(SVNErrorMessage err1, SVNErrorMessage err2, java.util.logging.Level logLevel, SVNLogType logType) throws SVNException - Throws:
SVNException
-
error
public static void error(SVNErrorMessage err1, SVNErrorMessage err2, java.lang.Throwable cause, SVNLogType logType) throws SVNException - Throws:
SVNException
-
error
public static void error(SVNErrorMessage err1, SVNErrorMessage err2, java.lang.Throwable cause, java.util.logging.Level logLevel, SVNLogType logType) throws SVNException - Throws:
SVNException
-
assertionFailure
public static void assertionFailure(boolean isTrueCondition, java.lang.String optionalMessage, SVNLogType logType) throws SVNException - Throws:
SVNException
-