Class InvalidOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.poi.openxml4j.exceptions.OpenXML4JRuntimeException
org.apache.poi.openxml4j.exceptions.InvalidOperationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PartAlreadyExistsException
Throw when an invalid operation is done.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidOperationException
(String message) InvalidOperationException
(String message, Throwable reason) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidOperationException
-
InvalidOperationException
-