com.ice.cvsc
Class CVSFileException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ice.cvsc.CVSFileException
All Implemented Interfaces:
java.io.Serializable

public class CVSFileException
extends java.lang.Exception

This exception is used to indicate general problems with reading and writing files, copies, renames, etc.

Version:
$Revision: 2.2 $
Author:
Timothy Gerard Endres, time@ice.com.
See Also:
Serialized Form

Field Summary
static java.lang.String RCS_ID
           
static java.lang.String RCS_REV
           
 
Constructor Summary
CVSFileException()
           
CVSFileException(java.lang.String msg)
           
 
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
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values

RCS_REV

public static final java.lang.String RCS_REV
See Also:
Constant Field Values
Constructor Detail

CVSFileException

public CVSFileException()

CVSFileException

public CVSFileException(java.lang.String msg)


Copyright © 1997-2003, Timothy G. Endres, All Rights Reserved.