public class STNoSuchAttributeException extends STException
<name> where
name is not found up the dynamic scoping chain.
| Modifier and Type | Field and Description |
|---|---|
String |
name
|
InstanceScope |
scope
|
| Constructor and Description |
|---|
STNoSuchAttributeException(String
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InstanceScopescope
public Stringname
public STNoSuchAttributeException(Stringname, InstanceScope scope)
public StringgetMessage()