home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 October / PCO1097.ISO / FilesBBS / FREI / DIGSIM.EXE / FileFormatException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-05-21  |  284 b   |  6 lines

  1. class FileFormatException extends Exception {
  2.    public FileFormatException(String var1) {
  3.       super(var1);
  4.    }
  5. }
  6.