Class java.lang.FileFormatException
All Packages    This Package    Previous    Next

Class java.lang.FileFormatException

java.lang.Object
   |
   +----java.lang.Exception
           |
           +----java.lang.FileFormatException

public class FileFormatException
extends Exception
Signals an invalid file format.
Version:
1.7, 31 Jan 1995

FileFormatException()
Constructor.
FileFormatException(String)
Constructor with a detail message.

FileFormatException
  public FileFormatException()
Constructor.

FileFormatException

  public FileFormatException(String s)
Constructor with a detail message.


All Packages    This Package    Previous    Next