Class NotOfficeXmlFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.poi.UnsupportedFileFormatException
org.apache.poi.openxml4j.exceptions.NotOfficeXmlFileException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ODFNotOfficeXmlFileException
,OLE2NotOfficeXmlFileException
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 Summary
ConstructorsConstructorDescriptionNotOfficeXmlFileException
(String message) NotOfficeXmlFileException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotOfficeXmlFileException
-
NotOfficeXmlFileException
-