java.io
Class CharConversionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.CharConversionException
All Implemented Interfaces:
Serializable
Honorary Interfaces:
org.joe_e.Powerless

public class CharConversionException
extends IOException

Base class for character conversion exceptions.

Since:
JDK1.1
See Also:
Serialized Form

Constructor Summary
CharConversionException()
          Suppressed.
          This provides no detailed message.
CharConversionException(String s)
          Suppressed.
          This provides a detailed message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CharConversionException

public CharConversionException()
Suppressed. default deny

This provides no detailed message.


CharConversionException

public CharConversionException(String s)
Suppressed. default deny

This provides a detailed message.

Parameters:
s - the detailed message associated with the exception.