home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 1999 January / maximum-cd-1999-01.iso / Symantec Visual Cafe / WDESAMPL.BIN / FileFormatException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-09-18  |  296 b   |  6 lines

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