java.io
Class CharConversionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.io.CharConversionException

public synchronized class CharConversionException
extends IOException


Constructor Summary
CharConversionException()
           
CharConversionException(String)
           
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

CharConversionException

public CharConversionException()

CharConversionException

public CharConversionException(String)