Class InvalidCsvValueException

    • Constructor Detail

      • InvalidCsvValueException

        public InvalidCsvValueException​(String csvString,
                                        Exception cause)
        Constructs a new exception for a given invalid character separated values string.
        Parameters:
        csvString - The invalid string representation of a JSON value that caused the error.
        cause - Underlying exception that caused the error, usually some kind of parser exception.
    • Method Detail

      • getCsvString

        public String getCsvString()
        Returns:
        The invalid character separated values string that caused the error.