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 Constructor Description SVNErrorManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static 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)
-
-
-
Method Detail
-
cancel
public static void cancel(java.lang.String message, SVNLogType logType) throws SVNCancelException
- 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
public static void error(SVNErrorMessage err, SVNLogType logType) throws SVNException
- 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
-
-