Package groovy.csv

Class CsvRuntimeException

All Implemented Interfaces:
Serializable

@Incubating public class CsvRuntimeException extends GroovyRuntimeException
Represents runtime exception occurred when parsing or building CSV
Since:
6.0.0
See Also:
  • Constructor Details

    • CsvRuntimeException

      public CsvRuntimeException(String msg)
      Creates an exception with the supplied detail message.
      Parameters:
      msg - the detail message
    • CsvRuntimeException

      public CsvRuntimeException(Throwable cause)
      Creates an exception that wraps the supplied cause.
      Parameters:
      cause - the underlying cause
    • CsvRuntimeException

      public CsvRuntimeException(String msg, Throwable cause)
      Creates an exception with the supplied detail message and cause.
      Parameters:
      msg - the detail message
      cause - the underlying cause