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 classPartAlreadyExistsExceptionThrow 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 InvalidOperationException Modifier and Type Method Description static 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 InvalidOperationException Modifier and Type Method Description voidContentTypeManager. removeContentType(PackagePartName partName)Delete a content type based on the specified part name.
-