Class UnsupportedFileFormatException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotOfficeXmlFileException, OfficeXmlFileException, OldFileFormatException, XLSBUnsupportedException

public abstract class UnsupportedFileFormatException extends IllegalArgumentException
Base class of all the exceptions that POI throws in the event that it's given a file that isn't supported
See Also:
  • Constructor Details

    • UnsupportedFileFormatException

      protected UnsupportedFileFormatException(String s)
    • UnsupportedFileFormatException

      protected UnsupportedFileFormatException(String message, Throwable cause)