home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &… the Search for Life CD 3 / 0_CD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / awt / image / PNGImageDecoder$PNGException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  399 b   |  14 lines

  1. package sun.awt.image;
  2.  
  3. import java.io.IOException;
  4.  
  5. public class PNGImageDecoder$PNGException extends IOException {
  6.    // $FF: synthetic field
  7.    private final PNGImageDecoder this$0;
  8.  
  9.    PNGImageDecoder$PNGException(PNGImageDecoder var1, String var2) {
  10.       super(var2);
  11.       this.this$0 = var1;
  12.    }
  13. }
  14.