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:
java.io.Serializable
- Direct Known Subclasses:
OfficeXmlFileException,OldFileFormatException
public abstract class UnsupportedFileFormatException extends java.lang.IllegalArgumentExceptionBase 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 protectedUnsupportedFileFormatException(java.lang.String s)protectedUnsupportedFileFormatException(java.lang.String message, java.lang.Throwable cause)
-