public class TryCatch extends JsonQuery
| Modifier and Type | Class and Description |
|---|---|
static class |
TryCatch.Question |
| Modifier and Type | Field and Description |
|---|---|
protected JsonQuery |
catchExpr |
protected JsonQuery |
tryExpr |
| Constructor and Description |
|---|
TryCatch(JsonQuery tryExpr) |
TryCatch(JsonQuery tryExpr,
JsonQuery catchExpr) |
| Modifier and Type | Method and Description |
|---|---|
List<com.fasterxml.jackson.databind.JsonNode> |
apply(Scope scope,
com.fasterxml.jackson.databind.JsonNode in) |
String |
toString() |
public TryCatch(JsonQuery tryExpr)
public List<com.fasterxml.jackson.databind.JsonNode> apply(Scope scope, com.fasterxml.jackson.databind.JsonNode in) throws JsonQueryException
apply in class JsonQueryJsonQueryExceptionCopyright © 2017. All rights reserved.