@Incubating
public class CsvRuntimeException
extends GroovyRuntimeException
Represents runtime exception occurred when parsing or building CSV
| Constructor and description |
|---|
CsvRuntimeException(String msg)Creates an exception with the supplied detail message. |
CsvRuntimeException(Throwable cause)Creates an exception that wraps the supplied cause. |
CsvRuntimeException(String msg, Throwable cause)Creates an exception with the supplied detail message and cause. |
| Methods inherited from class | Name |
|---|---|
class GroovyRuntimeException |
getLocationText, getMessage, getMessageWithoutLocationText, getModule, getNode, setModule |
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.