nl.toolforge.karma.core.vc.svnimpl
Class SVNException
java.lang.Object
java.lang.Throwable
java.lang.Exception
nl.toolforge.karma.core.vc.VersionControlException
nl.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
Fields inherited from class java.lang.Exception |
|
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 |
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.
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.