Serializable
SuperCsvCellProcessorException
, SuperCsvReflectionException
public class SuperCsvException extends RuntimeException
Constructor | Description |
---|---|
SuperCsvException(String msg) |
Constructs a new SuperCsvException.
|
SuperCsvException(String msg,
CsvContext context) |
Constructs a new SuperCsvException.
|
SuperCsvException(String msg,
CsvContext context,
Throwable t) |
Constructs a new SuperCsvException.
|
Modifier and Type | Method | Description |
---|---|---|
CsvContext |
getCsvContext() |
Gets the current CSV context.
|
String |
toString() |
Returns the String representation of this exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public SuperCsvException(String msg)
msg
- the exception messagepublic SuperCsvException(String msg, CsvContext context)
msg
- the exception messagecontext
- the CSV contextpublic SuperCsvException(String msg, CsvContext context, Throwable t)
msg
- the exception messagecontext
- the CSV contextt
- the nested exceptionpublic CsvContext getCsvContext()
Copyright © 2007–2018 Super CSV. All rights reserved.