Class CsvRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CsvBadConverterException, CsvBeanIntrospectionException, CsvRecursionException

public class CsvRuntimeException extends RuntimeException
The base class for all unchecked exceptions in opencsv.
See Also:
  • Field Details

  • Constructor Details

    • CsvRuntimeException

      public CsvRuntimeException()
      Nullary constructor. Does nothing.
    • CsvRuntimeException

      public CsvRuntimeException(String message)
      Constructor with a message.
      Parameters:
      message - A human-readable error message
    • CsvRuntimeException

      public CsvRuntimeException(String message, Throwable e)
      Constructor with a message and throwable
      Parameters:
      message - A human-readable error message
      e - - Throwable that caused the issue.