public class CsvRuntimeException extends RuntimeException
Constructor and Description |
---|
CsvRuntimeException()
Nullary constructor.
|
CsvRuntimeException(String message)
Constructor with a message.
|
CsvRuntimeException(String message,
Throwable e)
Constructor with a message and throwable
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CsvRuntimeException()
public CsvRuntimeException(String message)
message
- A human-readable error messageCopyright © 2005–2023. All rights reserved.