public final class SLUndefinedNameException extends SLException
| Modifier and Type | Method and Description |
|---|---|
static SLUndefinedNameException |
undefinedFunction(com.oracle.truffle.api.nodes.Node location,
Object name) |
static SLUndefinedNameException |
undefinedProperty(com.oracle.truffle.api.nodes.Node location,
Object name) |
typeErrorfillInStackTrace, getCause, getLocation, getStackTraceElementLimitaddSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static SLUndefinedNameException undefinedFunction(com.oracle.truffle.api.nodes.Node location, Object name)
public static SLUndefinedNameException undefinedProperty(com.oracle.truffle.api.nodes.Node location, Object name)