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

public final class InvalidOperationException
extends OpenXML4JRuntimeException

Throw when an invalid operation is done.

Version:
1.0
Author:
Julien Chable
See Also:
Serialized Form

Constructor Summary
InvalidOperationException(java.lang.String message)
           
 
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)


Copyright 2012 The Apache Software Foundation or its licensors, as applicable.