org.apache.commons.jrcs.rcs
Class InvalidFileFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.jrcs.rcs.RCSException
              extended by org.apache.commons.jrcs.rcs.InvalidFileFormatException
All Implemented Interfaces:
java.io.Serializable

public class InvalidFileFormatException
extends RCSException

Thrown if the ArchiveParser cannot parse a given archive. This class is NOT thread safe.

Version:
$Id: InvalidFileFormatException.java 69 2003-10-13 08:00:44Z rdonkin $
Author:
Juanco Anez
See Also:
Serialized Form

Constructor Summary
InvalidFileFormatException()
           
InvalidFileFormatException(java.lang.String msg)
           
 
Method Summary
 
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
 

Constructor Detail

InvalidFileFormatException

public InvalidFileFormatException()

InvalidFileFormatException

public InvalidFileFormatException(java.lang.String msg)


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.