public class SuperCsvException extends RuntimeException
| Constructor and 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 and Description | 
|---|---|
| CsvContext | getCsvContext()Gets the current CSV context. | 
| String | toString()Returns the String representation of this exception. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic 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-2013 Super CSV. All Rights Reserved.