Class NotOLE2FileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.docx4j.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
Constructors Constructor Description NotOLE2FileException(java.lang.String s) -
Method Summary
-
Constructor Details
-
NotOLE2FileException
public NotOLE2FileException(java.lang.String s)
-