Package org.docx4j.org.apache.poi
Class OldFileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.docx4j.org.apache.poi.UnsupportedFileFormatException
org.docx4j.org.apache.poi.OldFileFormatException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
OldExcelFormatException
public abstract class OldFileFormatException extends UnsupportedFileFormatException
Base class of all the exceptions that POI throws in the event
that it's given a file that's older than currently supported.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description OldFileFormatException(java.lang.String s) -
Method Summary
-
Constructor Details
-
OldFileFormatException
public OldFileFormatException(java.lang.String s)
-