public class CharConversionException extends IOException
Constructor and Description |
---|
CharConversionException()
Constructs a new
CharConversionException with its stack trace
filled in. |
CharConversionException(String detailMessage)
Constructs a new
CharConversionException with its stack trace and
detail message filled in. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CharConversionException()
CharConversionException
with its stack trace
filled in.public CharConversionException(String detailMessage)
CharConversionException
with its stack trace and
detail message filled in.detailMessage
- the detail message for this exception.