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 classThrow when trying to create aPackagePartbut 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 OPCPackageOPCPackage.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 TypeMethodDescriptionvoidContentTypeManager.removeContentType(PackagePartName partName) Delete a content type based on the specified part name.