public class CharConversionException extends IOException
Constructor and Description |
---|
CharConversionException()
This provides no detailed message.
|
CharConversionException(String s)
This provides a detailed message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CharConversionException()
public CharConversionException(String s)
s
- the detailed message associated with the exception.