Class InvalidJsonValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.workflow.itemlist.InvalidJsonValueException
- All Implemented Interfaces:
Serializable
Thrown by
FcForEachLoopItemListJson.evaluate() when the value is not a valid string representation of a JSON value as defined
by the ListItemSourcePropsCharacterSeparatedValues.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidJsonValueException(String jsonString, Exception cause) Constructs a new exception for a given invalid JSON string. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidJsonValueException
Constructs a new exception for a given invalid JSON string.- Parameters:
jsonString- 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
-
getJsonString
- Returns:
- The invalid string representation of a JSON value that caused the error.
-