home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / io / ConversionBufferFullException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  232 b   |  13 lines

  1. package sun.io;
  2.  
  3. import java.io.CharConversionException;
  4.  
  5. public class ConversionBufferFullException extends CharConversionException {
  6.    public ConversionBufferFullException() {
  7.    }
  8.  
  9.    public ConversionBufferFullException(String var1) {
  10.       super(var1);
  11.    }
  12. }
  13.