public class CsvBadConverterException extends CsvRuntimeException
Constructor and Description |
---|
CsvBadConverterException()
Default constructor, in case no further information is necessary or
available.
|
CsvBadConverterException(Class<?> converterClass)
Constructor for specifying the class of the offending converter.
|
CsvBadConverterException(Class<?> converterClass,
String message)
Constructor for setting the class of the converter and an error message.
|
CsvBadConverterException(String message)
Constructor with a simple text.
|
Modifier and Type | Method and Description |
---|---|
Class<?> |
getConverterClass() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CsvBadConverterException()
public CsvBadConverterException(Class<?> converterClass)
converterClass
- The class of the converter that misbehavedpublic CsvBadConverterException(String message)
message
- Human-readable error textpublic Class<?> getConverterClass()
Copyright © 2005–2023. All rights reserved.