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


Constructor Index

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

Constructors

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

 o 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