Class CsvProviderException

All Implemented Interfaces:
Serializable

public class CsvProviderException extends ProviderException
Thrown to indicate a problem with CSV file processing.
Version:
1.0
Author:
Fyodor Kupolov
See Also:
  • Constructor Details

    • CsvProviderException

      public CsvProviderException()
    • CsvProviderException

      public CsvProviderException(String message)
    • CsvProviderException

      public CsvProviderException(String message, String statement)
    • CsvProviderException

      public CsvProviderException(String message, Throwable cause)
    • CsvProviderException

      public CsvProviderException(String message, Throwable cause, String statement)
    • CsvProviderException

      public CsvProviderException(Throwable cause)
  • Method Details