org.apache.commons.jrcs.rcs
Class InvalidTrunkVersionNumberException

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
                      extended by org.apache.commons.jrcs.rcs.InvalidTrunkVersionNumberException
All Implemented Interfaces:
java.io.Serializable

public class InvalidTrunkVersionNumberException
extends InvalidVersionNumberException

Thrown if the version number given for a trunk node is invalid. Version numbers for trunk nodes must be of the form x.y . This class is NOT thread safe.

Version:
$Id: InvalidTrunkVersionNumberException.java,v 1.3 2003/10/13 07:59:46 rdonkin Exp $
Author:
Juanco Anez
See Also:
Serialized Form

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

InvalidTrunkVersionNumberException

public InvalidTrunkVersionNumberException()

InvalidTrunkVersionNumberException

public InvalidTrunkVersionNumberException(java.lang.String v)

InvalidTrunkVersionNumberException

public InvalidTrunkVersionNumberException(Version v)


Copyright 2002 the Apache Software Foundation
Copyright ? 1999-2001 Juancarlo A?ez, Caracas, Venezuela.
All rights reserved
. http://www.suigeneris.org/jrcs