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

Constructor Index

 o java.io.CharConversionException()
provides no detailed message
 o java.io.CharConversionException(String)
provides a detailed message

Constructors

 o CharConversionException
public CharConversionException()
provides no detailed message

Since:
JDK1.1
 o 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