All Packages Class Hierarchy This Package Previous Next Index
Class sun.io.ConversionBufferFullException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----java.io.CharConversionException
|
+----sun.io.ConversionBufferFullException
- public class ConversionBufferFullException
- extends CharConversionException
The output buffer for a character conversion is full, but additional
input remains to be converted
-
ConversionBufferFullException()
- Constructs a BufferFullException with no detail message.
-
ConversionBufferFullException(String)
- Constructs a BufferFullException with the specified detail message.
ConversionBufferFullException
public ConversionBufferFullException()
- Constructs a BufferFullException with no detail message.
A detail message is a String that describes this particular exception.
ConversionBufferFullException
public ConversionBufferFullException(String s)
- Constructs a BufferFullException with the specified detail message.
A detail message is a String that describes this particular exception.
- Parameters:
- s - the String containing a detail message
All Packages Class Hierarchy This Package Previous Next Index