public class

ConversionBufferFullException

extends CharConversionException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.io.CharConversionException
           ↳ sun.io.ConversionBufferFullException

This class is deprecated.
Replaced by java.nio.charset. THIS API WILL BE REMOVED IN J2SE 1.6.

Class Overview

The output buffer for a character conversion is full, but additional input remains to be converted

Summary

Public Constructors
ConversionBufferFullException()
Constructs a BufferFullException with no detail message.
ConversionBufferFullException(String s)
Constructs a BufferFullException with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ConversionBufferFullException ()

Constructs a BufferFullException with no detail message. A detail message is a String that describes this particular exception.

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