org.stringtemplate.v4.misc
Class STNoSuchPropertyException

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.STNoSuchPropertyException
All Implemented Interfaces:
java.io.Serializable

public class STNoSuchPropertyException
extends STException

See Also:
Serialized Form

Field Summary
 java.lang.String propertyName
           
 
Constructor Summary
STNoSuchPropertyException()
           
STNoSuchPropertyException(java.lang.Exception e, java.lang.String propertyName)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

propertyName

public java.lang.String propertyName
Constructor Detail

STNoSuchPropertyException

public STNoSuchPropertyException()

STNoSuchPropertyException

public STNoSuchPropertyException(java.lang.Exception e,
                                 java.lang.String propertyName)


Copyright © 2011. All Rights Reserved.