Class ConversionException

    • Constructor Detail

      • ConversionException

        public ConversionException()
        Creates new ConversionException without detail message.
      • ConversionException

        public ConversionException​(String msg)
        Constructs an ConversionException with the specified detail message.
        Parameters:
        msg - the detail message.