java.io
public class CharConversionException extends IOException
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.
|
Parameters: message the descriptive error message