nl.toolforge.karma.core.vc.svnimpl
Class SVNException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bynl.toolforge.karma.core.vc.VersionControlException
              extended bynl.toolforge.karma.core.vc.svnimpl.SVNException
All Implemented Interfaces:
java.io.Serializable

public class SVNException
extends VersionControlException

Exceptions related to CVS stuff.

Version:
$Id: SVNException.java,v 1.1 2004/09/27 19:20:56 hippe Exp $
Author:
D.A. Smedes
See Also:
Serialized Form

Field Summary
static ErrorCode INVALID_CVSROOT
          When no valid CVSROOT could be compiled from CVSRepository instance variables.
static ErrorCode MODULE_EXISTS_IN_REPOSITORY
          The module already exists in the repository.
 
Fields inherited from class nl.toolforge.karma.core.vc.VersionControlException
DUPLICATE_VERSION, EXCEPTION_PREFIX, MISSING_LOCATION, MODULE_NOT_IN_REPOSITORY
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
SVNException(ErrorCode errorCode)
           
SVNException(ErrorCode errorCode, java.lang.Object[] messageArguments)
           
SVNException(java.lang.Throwable t, ErrorCode errorCode)
           
SVNException(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

INVALID_CVSROOT

public static final ErrorCode INVALID_CVSROOT
When no valid CVSROOT could be compiled from CVSRepository instance variables.


MODULE_EXISTS_IN_REPOSITORY

public static final ErrorCode MODULE_EXISTS_IN_REPOSITORY
The module already exists in the repository.

Constructor Detail

SVNException

public SVNException(ErrorCode errorCode)

SVNException

public SVNException(java.lang.Throwable t,
                    ErrorCode errorCode)

SVNException

public SVNException(ErrorCode errorCode,
                    java.lang.Object[] messageArguments)

SVNException

public SVNException(java.lang.Throwable t,
                    ErrorCode errorCode,
                    java.lang.Object[] messageArguments)


Copyright © 2002-2004 Toolforge. All Rights Reserved.