public class

CharConversionException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.io.CharConversionException
Known Direct Subclasses

Class Overview

Base class for character conversion exceptions.

Summary

Public Constructors
CharConversionException()
This provides no detailed message.
CharConversionException(String s)
This provides a detailed message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public CharConversionException ()

This provides no detailed message.

public CharConversionException (String s)

This provides a detailed message.

Parameters
s the detailed message associated with the exception.