Class TryCatch
java.lang.Object
net.thisptr.jackson.jq.internal.tree.TryCatch
- All Implemented Interfaces:
Expression
- Direct Known Subclasses:
TryCatch.Question
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTryCatch(Expression tryExpr) TryCatch(Expression tryExpr, Expression catchExpr) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Expression
apply
-
Field Details
-
tryExpr
-
catchExpr
-
-
Constructor Details
-
TryCatch
-
TryCatch
-
-
Method Details
-
apply
public void apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in, Path path, PathOutput output, boolean requirePath) throws JsonQueryException - Specified by:
applyin interfaceExpression- Throws:
JsonQueryException
-
toString
-