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

For , object a has no b property

See Also:
Serialized Form

Field Summary
 java.lang.Object o
           
 java.lang.String propertyName
           
 
Constructor Summary
STNoSuchPropertyException()
           
STNoSuchPropertyException(java.lang.Exception e, java.lang.Object o, java.lang.String propertyName)
           
 
Method Summary
 java.lang.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

o

public java.lang.Object o

propertyName

public java.lang.String propertyName
Constructor Detail

STNoSuchPropertyException

public STNoSuchPropertyException()

STNoSuchPropertyException

public STNoSuchPropertyException(java.lang.Exception e,
                                 java.lang.Object o,
                                 java.lang.String propertyName)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable


Copyright © 2011. All Rights Reserved.