This exception signals an error when converting bytes to characters or vice versa.
public class CharConversionException extends IOException {
    // Public Constructors
            public CharConversionException();
            public CharConversionException(String s);
}
Object->Throwable(Serializable)->Exception->IOException->CharConversionException
| This HTML Help has been published using the chm2web software. |