allensoft.javacvs.client
Class EntryDoesNotExistException

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

public class EntryDoesNotExistException
extends CVSException

See Also:
Serialized Form

Constructor Summary
EntryDoesNotExistException(java.io.File file)
           
 
Method Summary
 java.io.File getFile()
           
 
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

EntryDoesNotExistException

public EntryDoesNotExistException(java.io.File file)
Method Detail

getFile

public java.io.File getFile()