org.apache.poi.openxml4j.exceptions
Class OLE2NotOfficeXmlFileException

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
                          extended by org.apache.poi.openxml4j.exceptions.OLE2NotOfficeXmlFileException
All Implemented Interfaces:
java.io.Serializable

public class OLE2NotOfficeXmlFileException
extends NotOfficeXmlFileException

This exception is thrown when we are given an OLE2-based file (eg Excel .xls) instead of an actually OOXML (Office Open XML) file

See Also:
Serialized Form

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

OLE2NotOfficeXmlFileException

public OLE2NotOfficeXmlFileException(java.lang.String message)