Class OldFileFormatException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OldExcelFormatException, OldPowerPointFormatException, OldWordFileFormatException

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:
  • Constructor Details

    • OldFileFormatException

      public OldFileFormatException(String s)