Package com.opencsv.exceptions
Class CsvRecursionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opencsv.exceptions.CsvRuntimeException
com.opencsv.exceptions.CsvRecursionException
- All Implemented Interfaces:
Serializable
This exception is thrown on initiation of field mapping if
CsvRecurse
has been improperly used.- Since:
- 5.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCsvRecursionException
(String message, Class<?> offendingType) Constructor for an error message and the type that caused a recursion problem. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
offendingType
-
-
Constructor Details
-
CsvRecursionException
Constructor for an error message and the type that caused a recursion problem.- Parameters:
message
- A human-readable error messageoffendingType
- The type that is misconfigured and caused the error
-
-
Method Details
-
getOffendingType
- Returns:
- The type that is misconfigured and caused the error
-