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