org.apache.commons.jrcs.rcs
Class InvalidVersionNumberException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.apache.commons.jrcs.rcs.InvalidVersionNumberException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidBranchVersionNumberException, InvalidTrunkVersionNumberException

public class InvalidVersionNumberException
extends java.lang.IllegalArgumentException

Thrown whenever a given version number is invalid for the context. This class is NOT thread safe.

Version:
$Id: InvalidVersionNumberException.java 69 2003-10-13 08:00:44Z rdonkin $
Author:
Juanco Anez
See Also:
Serialized Form

Constructor Summary
InvalidVersionNumberException()
           
InvalidVersionNumberException(java.lang.String v)
           
InvalidVersionNumberException(Version v)
           
 
Method Summary
 
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
 

Constructor Detail

InvalidVersionNumberException

public InvalidVersionNumberException()

InvalidVersionNumberException

public InvalidVersionNumberException(java.lang.String v)

InvalidVersionNumberException

public InvalidVersionNumberException(Version v)


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.