org.apache.poi
Class OldFileFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.apache.poi.UnsupportedFileFormatException
                      extended by org.apache.poi.OldFileFormatException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OldExcelFormatException

public abstract class OldFileFormatException
extends UnsupportedFileFormatException

Base class of all the exceptions that POI throws in the event that it's given a file that's older than currently supported.

See Also:
Serialized Form

Constructor Summary
OldFileFormatException(java.lang.String s)
           
 
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

OldFileFormatException

public OldFileFormatException(java.lang.String s)