Class InvalidJsonValueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.workflow.itemlist.InvalidJsonValueException
All Implemented Interfaces:
Serializable

public final class InvalidJsonValueException extends Exception
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 Details

    • InvalidJsonValueException

      public InvalidJsonValueException(String jsonString, Exception cause)
      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

      public String getJsonString()
      Returns:
      The invalid string representation of a JSON value that caused the error.