home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1999 March / DPPCPRO0399.ISO / Internet / Cserve / MSIE302.LIB / MSIE302.EXE / ieakjava.exe / CLASSR.EXE / sun / awt / image / ImageFormatException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-01-31  |  300 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.