Uses of Class
net.thisptr.jackson.jq.exception.IllegalJsonArgumentException
Packages that use IllegalJsonArgumentException
-
Uses of IllegalJsonArgumentException in net.thisptr.jackson.jq.internal.misc
Methods in net.thisptr.jackson.jq.internal.misc that throw IllegalJsonArgumentExceptionModifier and TypeMethodDescriptionstatic voidPreconditions.checkArgumentCount(String fname, List<Expression> args, int... nums) static voidPreconditions.checkArgumentType(String fname, int aindex, com.fasterxml.jackson.databind.JsonNode value, com.fasterxml.jackson.databind.node.JsonNodeType... types)