42BV / CSVeed

Light-weight, easy-to-use Java-based CSV utility
Apache License 2.0
100 stars 22 forks source link

Improve the error message for bean property conversion #31

Closed robert-bor closed 11 years ago

robert-bor commented 11 years ago

A conversion error now leads to this:

    Exception in thread "main" nl.tweeenveertig.csveed.report.CsvException: Problem converting [x30-09-1978] to java.util.Date
    3: "Gamma";1902;"x30-09-1978"[EOF]
    3:               ^----------^     

The error could be more precice by pointing out two more elements:

Eg:

    Exception in thread "main" nl.tweeenveertig.csveed.report.CsvException: Problem converting cell "date" [x30-09-1978] to property "birthDate" java.util.Date
    3: "Gamma";1902;"x30-09-1978"[EOF]
    3:               ^----------^