org.w3c.cvs
Class UpToDateCheckFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.w3c.cvs.CvsException
              extended by org.w3c.cvs.CvsCommitException
                  extended by org.w3c.cvs.UpToDateCheckFailedException
All Implemented Interfaces:
java.io.Serializable

public class UpToDateCheckFailedException
extends CvsCommitException

See Also:
Serialized Form

Method Summary
 java.lang.String getFilename()
          Get the filename.
 
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
 

Method Detail

getFilename

public java.lang.String getFilename()
Get the filename.

Returns:
a String.