CharConversionException

Stay organized with collections Save and categorize content based on your preferences.
public class CharConversionException extends IOException

Base class for character conversion exceptions.

Public Constructor Summary

CharConversionException()
This provides no detailed message.
CharConversionException(String s)
This provides a detailed message.

Inherited Method Summary

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.