org.apache.poi.openxml4j.exceptions
Class NotOfficeXmlFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.apache.poi.UnsupportedFileFormatException
                      extended by org.apache.poi.openxml4j.exceptions.NotOfficeXmlFileException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ODFNotOfficeXmlFileException, OLE2NotOfficeXmlFileException

public class NotOfficeXmlFileException
extends UnsupportedFileFormatException

This exception is thrown when we try to open a file that doesn't seem to actually be an OOXML (Office Open XML) file after all

See Also:
Serialized Form

Constructor Summary
NotOfficeXmlFileException(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

NotOfficeXmlFileException

public NotOfficeXmlFileException(java.lang.String message)