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


Constructor Index

 o WrongFileFormatException()
Constructs a WrongFileFormatException with no detail message.
 o WrongFileFormatException(String)
Constructs a WrongFileFormatException with the specified detail message.

Constructors

 o WrongFileFormatException
 public WrongFileFormatException()
Constructs a WrongFileFormatException with no detail message. A detail message is a String that describes this particular exception.

 o 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