Package org.supercsv.exception
Class SuperCsvReflectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.supercsv.exception.SuperCsvException
org.supercsv.exception.SuperCsvReflectionException
- All Implemented Interfaces:
Serializable
Wraps the following reflection related checked exceptions:
ClassNotFoundException, IllegalAccessException, InstantiationException, InvocationTargetException, NoSuchMethodException
- Since:
- 1.30
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new SuperCsvReflectionException.Constructs a new SuperCsvReflectionException. -
Method Summary
Methods inherited from class org.supercsv.exception.SuperCsvException
getCsvContext, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
SuperCsvReflectionException
Constructs a new SuperCsvReflectionException.- Parameters:
msg
- the exception message
-
SuperCsvReflectionException
Constructs a new SuperCsvReflectionException.- Parameters:
msg
- the exception messaget
- the nested exception
-