Class NotOfficeXmlFileException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ODFNotOfficeXmlFileException, OLE2NotOfficeXmlFileException

public class NotOfficeXmlFileException extends UnsupportedFileFormatException
This exception is thrown when we try to open a file that doesn't seem to actually be an OOXML (Office Open XML) file after all
See Also:
  • Constructor Details

    • NotOfficeXmlFileException

      public NotOfficeXmlFileException(String message)
    • NotOfficeXmlFileException

      public NotOfficeXmlFileException(String message, Throwable cause)