org.apache.poi
Class UnsupportedFileFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.apache.poi.UnsupportedFileFormatException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
OfficeXmlFileException, 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
UnsupportedFileFormatException(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedFileFormatException

public UnsupportedFileFormatException(java.lang.String s)