Class InvalidCsvValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.workflow.itemlist.InvalidCsvValueException
- All Implemented Interfaces:
Serializable
Thrown by
FcForEachLoopItemListCsv.evaluate() when the value is not a valid character separated values string as defined by
the ListItemSourcePropsCharacterSeparatedValues.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidCsvValueException(String csvString, Exception cause) Constructs a new exception for a given invalid character separated values string. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCsvValueException
Constructs a new exception for a given invalid character separated values string.- Parameters:
csvString- The invalid string representation of a JSON value that caused the error.cause- Underlying exception that caused the error, usually some kind of parser exception.
-
-
Method Details
-
getCsvString
- Returns:
- The invalid character separated values string that caused the error.
-