Package org.apache.poi
Class UnsupportedFileFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.apache.poi.UnsupportedFileFormatException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OfficeXmlFileException
,OldFileFormatException
public abstract class UnsupportedFileFormatException extends 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 Modifier Constructor Description protected
UnsupportedFileFormatException(String s)
protected
UnsupportedFileFormatException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-