org.apache.poi.poifs.filesystem
Class NotOLE2FileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.poi.poifs.filesystem.NotOLE2FileException
All Implemented Interfaces:
java.io.Serializable

public class NotOLE2FileException
extends java.io.IOException

This exception is thrown when we try to open a file that doesn't seem to actually be an OLE2 file after all

See Also:
Serialized Form

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

NotOLE2FileException

public NotOLE2FileException(java.lang.String s)