Package org.stringtemplate.v4.misc
Class STNoSuchAttributeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.stringtemplate.v4.compiler.STException
-
- org.stringtemplate.v4.misc.STNoSuchAttributeException
-
- All Implemented Interfaces:
java.io.Serializable
public class STNoSuchAttributeException extends STException
<name>
wherename
is not found up the dynamic scoping chain.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
name
InstanceScope
scope
-
Constructor Summary
Constructors Constructor Description STNoSuchAttributeException(java.lang.String name, InstanceScope scope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-
-
-
Field Detail
-
scope
public InstanceScope scope
-
name
public java.lang.String name
-
-
Constructor Detail
-
STNoSuchAttributeException
public STNoSuchAttributeException(java.lang.String name, InstanceScope scope)
-
-