Uses of Class
org.docx4j.org.apache.poi.UnsupportedFileFormatException
Packages that use UnsupportedFileFormatException
Package
Description
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
-
Uses of UnsupportedFileFormatException in org.docx4j.org.apache.poi
Subclasses of UnsupportedFileFormatException in org.docx4j.org.apache.poiModifier and TypeClassDescriptionclassBase class of all the exceptions that POI throws in the event that it's given a file that's older than currently supported. -
Uses of UnsupportedFileFormatException in org.docx4j.org.apache.poi.hssf
Subclasses of UnsupportedFileFormatException in org.docx4j.org.apache.poi.hssf -
Uses of UnsupportedFileFormatException in org.docx4j.org.apache.poi.poifs.filesystem
Subclasses of UnsupportedFileFormatException in org.docx4j.org.apache.poi.poifs.filesystemModifier and TypeClassDescriptionclassThis exception is thrown when we try to open a file that's actually an Office 2007+ XML file, rather than an OLE2 file (which is what POIFS works with)