Class ConverterException

    • Constructor Detail

      • ConverterException

        public ConverterException()
        Creates a new ConverterException.
      • ConverterException

        public ConverterException​(String message)
        Creates a new ConverterException.
        Parameters:
        message - the message
      • ConverterException

        public ConverterException​(Throwable exception)
        Creates a new ConverterException.
        Parameters:
        exception - the cause
      • ConverterException

        public ConverterException​(String message,
                                  Throwable exception)
        Creates a new ConverterException.
        Parameters:
        message - the message
        exception - the cause