Uses of Class
com.opencsv.exceptions.CsvRuntimeException
Packages that use CsvRuntimeException
Package
Description
This package contains all of the exceptions specific to opencsv.
-
Uses of CsvRuntimeException in com.opencsv.exceptions
Subclasses of CsvRuntimeException in com.opencsv.exceptionsModifier and TypeClassDescriptionclassThis exception indicates that the converter did not behave as expected in some way.classThis exception is to be thrown when anything goes bad during introspection of beans given to opencsv.classThis exception is thrown on initiation of field mapping ifCsvRecursehas been improperly used.