com.hungry.javacvs.util
Class CVSError

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

public class CVSError
extends java.lang.Error

Used to signal that an error has occured in the lower workings of the CVS machinery. They are irrecoverable (for a particular transaction) and should result in the closing of the connection.

See Also:
Serialized Form

Constructor Summary
CVSError(java.lang.String text)
          construct a new CVSError
 
Method Summary
 java.lang.String toString()
          Convert a CVSError 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

CVSError

public CVSError(java.lang.String text)
construct a new CVSError
Parameters:
text - the text of the error message
Method Detail

toString

public java.lang.String toString()
Convert a CVSError to a string
Overrides:
toString in class java.lang.Throwable