com.hungry.javacvs.util
Class CVSBadCVSRootError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--com.hungry.javacvs.util.CVSBadCVSRootError

public class CVSBadCVSRootError
extends java.lang.Error

Used to signal that a CVSROOT specification was invalid.

See Also:
Serialized Form

Constructor Summary
CVSBadCVSRootError(java.lang.String message)
          Construct a new CVSBadCVSRootError
 
Method Summary
 java.lang.String toString()
          convert to a String
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CVSBadCVSRootError

public CVSBadCVSRootError(java.lang.String message)
Construct a new CVSBadCVSRootError
Parameters:
message - the error message
Method Detail

toString

public java.lang.String toString()
convert to a String
Overrides:
toString in class java.lang.Throwable