home *** CD-ROM | disk | FTP | other *** search
/ Netscape 4 Visual Guide / NETSCAPE4VG.iso / netscape / cb32e404.exe / nav40.z / java40.jar / sun / awt / image / ImageFormatException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-03  |  266 b   |  8 lines

  1. package sun.awt.image;
  2.  
  3. public class ImageFormatException extends Exception {
  4.    public ImageFormatException(String var1) {
  5.       super(var1);
  6.    }
  7. }
  8.