Package csv

Class CsvException

All Implemented Interfaces:
Serializable

public class CsvException extends RuntimeException
Exception that reports a reader/writer problem.
Author:
ralph
See Also:
  • Constructor Details

    • CsvException

      public CsvException()
      Constructor.
    • CsvException

      public CsvException(String message)
      Constructor.
      Parameters:
      message - error message
    • CsvException

      public CsvException(Throwable cause)
      Constructor.
      Parameters:
      cause - root cause of exception
    • CsvException

      public CsvException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - error message
      cause - root cause of exception
    • CsvException

      public CsvException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Constructor.
      Parameters:
      message - error message
      cause - root cause of exception
      enableSuppression - whether or not suppression is enabled or disabled
      writableStackTrace - whether or not the stack trace should be writable