Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.io

Class CharConversionException

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


public class CharConversionException

extends IOException

This exception is thrown to indicate that a problem occurred with an attempted character conversion.

Since:Authors:

Constructor Summary

CharConversionException()

Create an exception without a descriptive error message.
CharConversionException(java.lang.String message)

Create an exception with a descriptive error message.

Constructor Details

CharConversionException

public CharConversionException()

Create an exception without a descriptive error message.


CharConversionException

public CharConversionException(java.lang.String message)

Create an exception with a descriptive error message.

Parameters: