Class ODFNotOfficeXmlFileException
- 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
-
- org.apache.poi.openxml4j.exceptions.ODFNotOfficeXmlFileException
-
- All Implemented Interfaces:
java.io.Serializable
public class ODFNotOfficeXmlFileException extends NotOfficeXmlFileException
This exception is thrown when we are given an ODF-based file (eg OpenOffice .ods) instead of an actually OOXML (Office Open XML) file- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ODFNotOfficeXmlFileException(java.lang.String message)
-