All Packages Class Hierarchy This Package Previous Next Index
Class picture.UnsupportedFormatException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----picture.UnsupportedFormatException
- public class UnsupportedFormatException
- extends Exception
An exception indicated that file format is not supported
-
UnsupportedFormatException()
- Constructs a WrongFileFormatException with no detail message.
-
UnsupportedFormatException(String)
- Constructs a WrongFileFormatException with the specified detail message.
UnsupportedFormatException
public UnsupportedFormatException()
- Constructs a WrongFileFormatException with no detail message.
A detail message is a String that describes this particular exception.
UnsupportedFormatException
public UnsupportedFormatException(String s)
- Constructs a WrongFileFormatException with the specified detail message.
A detail message is a String that describes this particular exception.
- Parameters:
- s - the detail message
All Packages Class Hierarchy This Package Previous Next Index