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
where name is not found up the dynamic scoping chain.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
scope
public InstanceScope scope
name
public java.lang.String name
STNoSuchAttributeException
public STNoSuchAttributeException()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
Copyright © 2011. All Rights Reserved.