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)
    • CsvRuntimeException

      public CsvRuntimeException(Throwable cause)
    • CsvRuntimeException

      public CsvRuntimeException(String msg, Throwable cause)