Uses of Class
org.apache.poi.openxml4j.exceptions.InvalidOperationException
-
Packages that use InvalidOperationException Package Description org.apache.poi.openxml4j.exceptions org.apache.poi.openxml4j.opc org.apache.poi.openxml4j.opc.internal -
-
Uses of InvalidOperationException in org.apache.poi.openxml4j.exceptions
Subclasses of InvalidOperationException in org.apache.poi.openxml4j.exceptions Modifier and Type Class Description class
PartAlreadyExistsException
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 InvalidOperationException Modifier and Type Method Description static OPCPackage
OPCPackage. open(java.lang.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 InvalidOperationException Modifier and Type Method Description void
ContentTypeManager. removeContentType(PackagePartName partName)
Delete a content type based on the specified part name.
-