Class CsvParseException

    • Constructor Detail

      • CsvParseException

        public CsvParseException​(int index)
      • CsvParseException

        public CsvParseException​(int index,
                                 String message,
                                 Throwable cause)
      • CsvParseException

        public CsvParseException​(int index,
                                 String message)
      • CsvParseException

        public CsvParseException​(int index,
                                 Throwable cause)
    • Method Detail

      • getIndex

        public int getIndex()