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


Constructor Index

 o ConversionBufferFullException()
Constructs a BufferFullException with no detail message.
 o ConversionBufferFullException(String)
Constructs a BufferFullException with the specified detail message.

Constructors

 o ConversionBufferFullException
 public ConversionBufferFullException()
Constructs a BufferFullException with no detail message. A detail message is a String that describes this particular exception.

 o 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