allensoft.javacvs.client
Class InvalidRepositoryLocationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--allensoft.javacvs.client.CVSException
                    |
                    +--allensoft.javacvs.client.InvalidRepositoryLocationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidRepositoryLocationException
extends CVSException

This exception is thrown when the user tries to construct a RepositoryLocation object and the format of the location is invalid.

See Also:
Serialized Form

Constructor Summary
InvalidRepositoryLocationException(java.lang.String sMessage)
           
 
Methods inherited from class allensoft.javacvs.client.CVSException
getNestedException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidRepositoryLocationException

public InvalidRepositoryLocationException(java.lang.String sMessage)