Online demo
JavaDocPlus Demo | Show in full page mode
| Classic JavaDoc |
Class CharConversionException
java.lang.Object └ java.lang.Throwable └ java.lang.Exception └ java.io.IOException └ java.io.CharConversionException
public class CharConversionException extends IOException
Base class for character conversion exceptions.
Author:Asmus Freytag
Version:1.15, 12/19/03
Since:JDK1.1
Constructors
public | CharConversionException () | |
This provides no detailed message. |
public | CharConversionException (String s) | |
This provides a detailed message. |
Inherited methods
Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
ObjectCommunity comments
Please do not ask questions. If you need help or support, contact support@moyosoft.com. Questions, bug reports and feature requests will be deleted. |
Powered by JavaDocPlus