Uses of Class
org.apache.poi.openxml4j.exceptions.InvalidOperationException
Packages that use InvalidOperationException
Package
Description
-
Uses of InvalidOperationException in org.apache.poi.openxml4j.exceptions
Subclasses of InvalidOperationException in org.apache.poi.openxml4j.exceptionsModifier and TypeClassDescriptionfinal class
Throw when trying to create aPackagePart
but one already exists with that name. -
Uses of InvalidOperationException in org.apache.poi.openxml4j.opc
Methods in org.apache.poi.openxml4j.opc that throw InvalidOperationExceptionModifier and TypeMethodDescriptionstatic OPCPackage
OPCPackage.open
(String path, PackageAccess access) Open a package. -
Uses of InvalidOperationException in org.apache.poi.openxml4j.opc.internal
Methods in org.apache.poi.openxml4j.opc.internal that throw InvalidOperationExceptionModifier and TypeMethodDescriptionvoid
ContentTypeManager.removeContentType
(PackagePartName partName) Delete a content type based on the specified part name.