sun.io
Class ConversionBufferFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.CharConversionException
sun.io.ConversionBufferFullException
- All Implemented Interfaces:
- Serializable
public class ConversionBufferFullException
- extends CharConversionException
The output buffer for a character conversion is full, but additional
input remains to be converted
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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