Class CsvException

All Implemented Interfaces:
Serializable

public class CsvException extends RuntimeException
The Class CsvException.
See Also:
  • Constructor Details

    • CsvException

      public CsvException(CsvError error)
      Instantiates a new csv exception.
      Parameters:
      error - the error
  • Method Details