org.apache.poi.openxml4j.exceptions
Class InvalidOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.poi.openxml4j.exceptions.OpenXML4JRuntimeException
                  extended by org.apache.poi.openxml4j.exceptions.InvalidOperationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PartAlreadyExistsException

public class InvalidOperationException
extends OpenXML4JRuntimeException

Throw when an invalid operation is done.

See Also:
Serialized Form

Constructor Summary
InvalidOperationException(java.lang.String message)
           
InvalidOperationException(java.lang.String message, java.lang.Throwable reason)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidOperationException

public InvalidOperationException(java.lang.String message)

InvalidOperationException

public InvalidOperationException(java.lang.String message,
                                 java.lang.Throwable reason)