org.apache.commons.jrcs.rcs
Class InvalidBranchVersionNumberException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.jrcs.rcs.InvalidVersionNumberException
org.apache.commons.jrcs.rcs.InvalidBranchVersionNumberException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidBranchVersionNumberException
- extends InvalidVersionNumberException
Thrown if the version number given for a branch node is invalid.
Branch version numbers must be of the form (x.y)+, tha is, they
must have an even number of version digits, and an odd number of
dots.
This class is NOT thread safe.
- Version:
- $Id: InvalidBranchVersionNumberException.java,v 1.3 2003/10/13 07:59:46 rdonkin Exp $
- Author:
- Juanco Anez
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidBranchVersionNumberException
public InvalidBranchVersionNumberException()
InvalidBranchVersionNumberException
public InvalidBranchVersionNumberException(java.lang.String v)
InvalidBranchVersionNumberException
public InvalidBranchVersionNumberException(Version v)
Copyright 2002 the Apache Software Foundation
Copyright ? 1999-2001 Juancarlo A?ez, Caracas, Venezuela.
All rights reserved
. http://www.suigeneris.org/jrcs