Package java.io

Class CharConversionException

    • Constructor Detail

      • 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.