java.io

Class CharConversionException

public class CharConversionException extends IOException

This exception is thrown to indicate that a problem occurred with an attempted character conversion.

Since: 1.1

UNKNOWN: updated to 1.4

Constructor Summary
CharConversionException()
Create an exception without a descriptive error message.
CharConversionException(String message)
Create an exception with a descriptive error message.

Constructor Detail

CharConversionException

public CharConversionException()
Create an exception without a descriptive error message.

CharConversionException

public CharConversionException(String message)
Create an exception with a descriptive error message.

Parameters: message the descriptive error message