Package org.docx4j.org.apache.poi
Class UnsupportedFileFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.docx4j.org.apache.poi.UnsupportedFileFormatException
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
OldFileFormatException
public abstract class UnsupportedFileFormatException
extends java.lang.IllegalArgumentException
Base class of all the exceptions that POI throws in the event
that it's given a file that isn't supported
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UnsupportedFileFormatException(java.lang.String s) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
UnsupportedFileFormatException
public UnsupportedFileFormatException(java.lang.String s)
-