@Status(stage=DEVELOPMENT, unitTests=ABSENT) @Review(by="Kees Schotanus", at="2009-09-28") public final class CsvException extends RuntimeException
Constructor and Description |
---|
CsvException()
Default constructor that creates this CsvException without any message.
|
CsvException(String message)
Creates this CsvException from the supplied message.
|
CsvException(String message,
Throwable cause)
Creates this CsvException from the supplied cause.
|
CsvException(Throwable cause)
Creates this CsvException from the supplied cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CsvException()
public CsvException(String message)
message
- The message which indicates why csv reading/writing
failed.public CsvException(Throwable cause)
cause
- The Throwable that actually occurred while reading/writing
csv data.public CsvException(String message, Throwable cause)
message
- The message which indicates why csv reading/writing
failed.cause
- The Throwable that actually occurred while reading/writingCopyright © 2008–2018. All rights reserved.