public class SVNErrorManager
extends java.lang.Object
Constructor and Description |
---|
SVNErrorManager() |
Modifier and Type | Method and 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.util.logging.Level logLevel,
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 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 err,
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) |
public static void cancel(java.lang.String message, SVNLogType logType) throws SVNCancelException
SVNCancelException
public static void cancel(java.lang.String message, java.util.logging.Level logLevel, SVNLogType logType) throws SVNCancelException
SVNCancelException
public static void authenticationFailed(java.lang.String message, java.lang.Object messageObject) throws SVNAuthenticationException
SVNAuthenticationException
public static void authenticationFailed(java.lang.String message, java.lang.Object messageObject, java.util.logging.Level logLevel) throws SVNAuthenticationException
SVNAuthenticationException
public static void error(SVNErrorMessage err, SVNLogType logType) throws SVNException
SVNException
public static void error(SVNErrorMessage err, java.util.logging.Level logLevel, SVNLogType logType) throws SVNException
SVNException
public static void error(SVNErrorMessage err, java.lang.Throwable cause, SVNLogType logType) throws SVNException
SVNException
public static void error(SVNErrorMessage err, java.lang.Throwable cause, java.util.logging.Level logLevel, SVNLogType logType) throws SVNException
SVNException
public static void error(SVNErrorMessage err1, SVNErrorMessage err2, SVNLogType logType) throws SVNException
SVNException
public static void error(SVNErrorMessage err1, SVNErrorMessage err2, java.util.logging.Level logLevel, SVNLogType logType) throws SVNException
SVNException
public static void error(SVNErrorMessage err1, SVNErrorMessage err2, java.lang.Throwable cause, SVNLogType logType) throws SVNException
SVNException
public static void error(SVNErrorMessage err1, SVNErrorMessage err2, java.lang.Throwable cause, java.util.logging.Level logLevel, SVNLogType logType) throws SVNException
SVNException
public static void assertionFailure(boolean isTrueCondition, java.lang.String optionalMessage, SVNLogType logType) throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.