public class SyntaxException extends ScriptUnitException
| Modifier and Type | Method and Description |
|---|---|
static Supplier<SyntaxException> |
attributeNotFound(String attributeName,
Object context,
Iterable<String> knownAttributeNames) |
static SyntaxException |
typeMismatch(Class type,
Object input) |
wrap, wrapaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static Supplier<SyntaxException> attributeNotFound(String attributeName, Object context, Iterable<String> knownAttributeNames)
public static SyntaxException typeMismatch(Class type, Object input)
Copyright © 2017. All rights reserved.