Package org.apache.poi.openxml4j.exceptions
package org.apache.poi.openxml4j.exceptions
-
Exception ClassesClassDescriptionThrow when an invalid operation is done.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 allThis exception is thrown when we are given an ODF-based file (eg OpenOffice .ods) instead of an actually OOXML (Office Open XML) fileThis exception is thrown when we are given an OLE2-based file (eg Excel .xls) instead of an actually OOXML (Office Open XML) fileGlobal exception throws when a critical error occurs.Global exception throws when a critical error occurs (this exception is set as Runtime in order not to force the user to manage the exception in a try/catch).Throw when trying to create a
PackagePart
but one already exists with that name.