public class CsvMultilineLimitBrokenException extends IOException
Constructor and Description |
---|
CsvMultilineLimitBrokenException()
Nullary constructor.
|
CsvMultilineLimitBrokenException(String message,
long row,
String context,
int multilineLimit)
Constructor with a message.
|
Modifier and Type | Method and Description |
---|---|
String |
getContext() |
int |
getMultilineLimit() |
long |
getRow() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CsvMultilineLimitBrokenException()
public CsvMultilineLimitBrokenException(String message, long row, String context, int multilineLimit)
message
- A human-readable error messagerow
- Row number where error occurredcontext
- Line (or part of the line) that caused the errormultilineLimit
- Multiline limit that was setpublic int getMultilineLimit()
public long getRow()
public String getContext()
Copyright © 2005–2023. All rights reserved.