|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
nl.toolforge.karma.core.vc.VersionControlException
nl.toolforge.karma.core.vc.cvsimpl.CVSException
Exceptions related to CVS stuff.
Field Summary | |
static ErrorCode |
AUTHENTICATION_ERROR
Authentication against a CVS repository failed. |
static java.lang.String |
EXCEPTION_PREFIX
|
static ErrorCode |
FILE_EXISTS_IN_REPOSITORY
The file that is added to a repository already exists |
static ErrorCode |
INTERNAL_ERROR
Wrapper around org.netbeans.lib.cvsclient.command.CommandException . |
static ErrorCode |
INVALID_CVSROOT
When no valid CVSROOT could be compiled from CVSRepository instance variables. |
static ErrorCode |
INVALID_SYMBOLIC_NAME
Symbolic name rejected by CVS |
static ErrorCode |
LOCAL_MODULE_ERROR
When something is wrong with the local copy of a module. |
static ErrorCode |
MODULE_EXISTS_IN_REPOSITORY
The module already exists in the repository. |
static ErrorCode |
MODULE_HISTORY_ERROR
Error thrown when writing the module history failed. |
static ErrorCode |
SECURITY_VIOLATION
When the cvs reports a security violation. |
static ErrorCode |
TEMPLATE_CREATION_FAILED
Error thrown when copying the module templates failed failed. |
static ErrorCode |
VERSION_NOT_FOUND
Version not found for the module. |
Fields inherited from class nl.toolforge.karma.core.vc.VersionControlException |
DUPLICATE_VERSION, MISSING_LOCATION, MODULE_NOT_IN_REPOSITORY |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
CVSException(ErrorCode errorCode)
|
|
CVSException(ErrorCode errorCode,
java.lang.Object[] messageArguments)
|
|
CVSException(java.lang.Throwable t,
ErrorCode errorCode)
|
|
CVSException(java.lang.Throwable t,
ErrorCode errorCode,
java.lang.Object[] messageArguments)
|
Methods inherited from class nl.toolforge.karma.core.vc.VersionControlException |
getErrorCode, getMessage, getMessageArguments |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static java.lang.String EXCEPTION_PREFIX
public static final ErrorCode INVALID_CVSROOT
CVSROOT
could be compiled from CVSRepository
instance variables.
public static final ErrorCode AUTHENTICATION_ERROR
public static final ErrorCode MODULE_EXISTS_IN_REPOSITORY
public static final ErrorCode FILE_EXISTS_IN_REPOSITORY
public static final ErrorCode VERSION_NOT_FOUND
public static final ErrorCode INVALID_SYMBOLIC_NAME
public static final ErrorCode INTERNAL_ERROR
org.netbeans.lib.cvsclient.command.CommandException
. Can occur when processing the
response from CVS or when the command was aborted.
public static final ErrorCode LOCAL_MODULE_ERROR
public static final ErrorCode SECURITY_VIOLATION
public static final ErrorCode MODULE_HISTORY_ERROR
public static final ErrorCode TEMPLATE_CREATION_FAILED
Constructor Detail |
public CVSException(ErrorCode errorCode)
public CVSException(java.lang.Throwable t, ErrorCode errorCode)
public CVSException(ErrorCode errorCode, java.lang.Object[] messageArguments)
public CVSException(java.lang.Throwable t, ErrorCode errorCode, java.lang.Object[] messageArguments)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |