home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / ie4 / IE4 / JAVI386.CAB / classr.exe / java / io / UTFDataFormatException.class (.txt) < prev   
Encoding:
Java Class File  |  1997-01-31  |  361 b   |  11 lines

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