home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 April / DPPCPRO0499.ISO / April / Notes / 50b2wic.exe / DATA1.CAB / NotesProgramFilesJavaSupport / rt.jar / java / io / FileNotFoundException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-04-23  |  359 b   |  11 lines

  1. package java.io;
  2.  
  3. public class FileNotFoundException extends IOException {
  4.    public FileNotFoundException() {
  5.    }
  6.  
  7.    public FileNotFoundException(String var1) {
  8.       super(var1);
  9.    }
  10. }
  11.