Class CsvRuntimeException

    • Constructor Summary

      Constructors 
      Constructor Description
      CsvRuntimeException()
      Nullary constructor.
      CsvRuntimeException​(java.lang.String message)
      Constructor with a message.
      CsvRuntimeException​(java.lang.String message, java.lang.Throwable e)
      Constructor with a message and throwable
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CsvRuntimeException

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

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

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