public class SyntaxException extends ScriptiveUnitException
| Modifier and Type | Method and Description |
|---|---|
static Supplier<SyntaxException> |
attributeNotFound(String attributeName,
Stage context,
Iterable<String> knownAttributeNames) |
static SyntaxException |
cyclicTemplatingFound(String context,
Map<String,Object> map) |
static SyntaxException |
mergeFailed(org.codehaus.jackson.node.ObjectNode source,
org.codehaus.jackson.node.ObjectNode target,
String key) |
static <E extends ScriptiveUnitException> |
nonArray(org.codehaus.jackson.JsonNode jsonNode) |
static SyntaxException |
nonObject(org.codehaus.jackson.JsonNode jsonNode) |
static <E extends ScriptiveUnitException> |
nonText(org.codehaus.jackson.JsonNode jsonNode) |
static SyntaxException |
parameterNameShouldBeSpecifiedWithConstant(Statement.Nested statement) |
static SyntaxException |
systemAttributeNotFound(String attr,
Stage input) |
static SyntaxException |
typeMismatch(Class type,
Object input) |
static SyntaxException |
undefinedFactor(String factorName,
Object context) |
fail, indexOutOfBounds, validate, wrap, wrapaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static Supplier<SyntaxException> attributeNotFound(String attributeName, Stage context, Iterable<String> knownAttributeNames)
public static SyntaxException typeMismatch(Class type, Object input)
public static SyntaxException mergeFailed(org.codehaus.jackson.node.ObjectNode source, org.codehaus.jackson.node.ObjectNode target, String key)
public static SyntaxException nonObject(org.codehaus.jackson.JsonNode jsonNode)
public static <E extends ScriptiveUnitException> E nonArray(org.codehaus.jackson.JsonNode jsonNode)
public static <E extends ScriptiveUnitException> E nonText(org.codehaus.jackson.JsonNode jsonNode)
public static SyntaxException parameterNameShouldBeSpecifiedWithConstant(Statement.Nested statement)
public static SyntaxException cyclicTemplatingFound(String context, Map<String,Object> map)
public static SyntaxException undefinedFactor(String factorName, Object context)
public static SyntaxException systemAttributeNotFound(String attr, Stage input)
Copyright © 2017. All rights reserved.