public class SuperCsvException
extends java.lang.RuntimeException
Constructor and Description |
---|
SuperCsvException(java.lang.String msg)
Constructs a new SuperCsvException.
|
SuperCsvException(java.lang.String msg,
CsvContext context)
Constructs a new SuperCsvException.
|
SuperCsvException(java.lang.String msg,
CsvContext context,
java.lang.Throwable t)
Constructs a new SuperCsvException.
|
Modifier and Type | Method and Description |
---|---|
CsvContext |
getCsvContext()
Gets the current CSV context.
|
java.lang.String |
toString()
Returns the String representation of this exception.
|
public SuperCsvException(java.lang.String msg)
msg
- the exception messagepublic SuperCsvException(java.lang.String msg, CsvContext context)
msg
- the exception messagecontext
- the CSV contextpublic SuperCsvException(java.lang.String msg, CsvContext context, java.lang.Throwable t)
msg
- the exception messagecontext
- the CSV contextt
- the nested exceptionpublic CsvContext getCsvContext()
public java.lang.String toString()
toString
in class java.lang.Throwable
Copyright © 2007-2014 Super CSV. All Rights Reserved.