home *** CD-ROM | disk | FTP | other *** search
/ PC-X 1997 June / pcx11_9706.iso / shutils / internet / browser / p32e40b5.exe / nav40.z / java40.jar / sun / misc / CEFormatException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-05-23  |  255 b   |  10 lines

  1. package sun.misc;
  2.  
  3. import java.io.IOException;
  4.  
  5. public class CEFormatException extends IOException {
  6.    public CEFormatException(String var1) {
  7.       super(var1);
  8.    }
  9. }
  10.