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:
 java.io.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:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NotOfficeXmlFileException(java.lang.String message)NotOfficeXmlFileException(java.lang.String message, java.lang.Throwable cause) 
 -