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