public class STNoSuchAttributeException extends STException
<name>
where name
is not found up the dynamic scoping chain.Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
InstanceScope |
scope |
Constructor and Description |
---|
STNoSuchAttributeException(java.lang.String name,
InstanceScope scope) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
public InstanceScope scope
public java.lang.String name
public STNoSuchAttributeException(java.lang.String name, InstanceScope scope)