Class ConversionException

    • Constructor Detail

      • ConversionException

        public ConversionException()
        Constructs a new ConversionException without specified detail message.
      • ConversionException

        public ConversionException​(String message)
        Constructs a new ConversionException with specified detail message.
        Parameters:
        message - the error message
      • ConversionException

        public ConversionException​(Throwable cause)
        Constructs a new ConversionException with specified nested Throwable.
        Parameters:
        cause - the exception or error that caused this exception to be thrown
      • ConversionException

        public ConversionException​(String message,
                                   Throwable cause)
        Constructs a new ConversionException with specified detail message and nested Throwable.
        Parameters:
        message - the error message
        cause - the exception or error that caused this exception to be thrown