org.stringtemplate.v4.misc
Class STNoSuchAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.stringtemplate.v4.compiler.STException
                  extended by org.stringtemplate.v4.misc.STNoSuchAttributeException
All Implemented Interfaces:
Serializable

public class STNoSuchAttributeException
extends STException

where name is not found up the dynamic scoping chain.

See Also:
Serialized Form

Field Summary
 String name
           
 InstanceScope scope
           
 
Constructor Summary
STNoSuchAttributeException()
           
 
Method Summary
 String getMessage()
           
 
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
 

Field Detail

scope

public InstanceScope scope

name

public String name
Constructor Detail

STNoSuchAttributeException

public STNoSuchAttributeException()
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2011. All Rights Reserved.