All Packages Class Hierarchy This Package Previous Next Index
Class picture.WrongFileFormatException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----picture.WrongFileFormatException
- public class WrongFileFormatException
- extends Exception
An exception indicated that file format was wrong
-
WrongFileFormatException()
- Constructs a WrongFileFormatException with no detail message.
-
WrongFileFormatException(String)
- Constructs a WrongFileFormatException with the specified detail message.
WrongFileFormatException
public WrongFileFormatException()
- Constructs a WrongFileFormatException with no detail message.
A detail message is a String that describes this particular exception.
WrongFileFormatException
public WrongFileFormatException(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