Class java.io.CharConversionException
All Packages Class Hierarchy This Package Previous Next Index
Class java.io.CharConversionException
Object
|
+----Throwable
|
+----Exception
|
+----IOException
|
+----java.io.CharConversionException
- public class CharConversionException
- extends IOException
base class for character conversion exceptions
- Version:
- 1.6, 07/01/98
- Author:
- Asmus Freytag
- Since:
- JDK1.1
-
java.io.CharConversionException()
- provides no detailed message
-
java.io.CharConversionException(String)
- provides a detailed message
CharConversionException
public CharConversionException()
- provides no detailed message
- Since:
- JDK1.1
CharConversionException
public CharConversionException(String s)
- provides a detailed message
- Parameters:
- s - detailed message
- Since:
- JDK1.1
All Packages Class Hierarchy This Package Previous Next Index