Package java.io

Class CharConversionException

All Implemented Interfaces:
Serializable

public class CharConversionException
extends IOException
The top level class for character conversion exceptions.
See Also:
Serialized Form
  • Constructor Details

    • CharConversionException

      public CharConversionException()
      Constructs a new CharConversionException with its stack trace filled in.
    • CharConversionException

      public CharConversionException​(String detailMessage)
      Constructs a new CharConversionException with its stack trace and detail message filled in.
      Parameters:
      detailMessage - the detail message for this exception.