Package org.stringtemplate.v4.misc
Class STNoSuchPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.stringtemplate.v4.compiler.STException
org.stringtemplate.v4.misc.STNoSuchPropertyException
- All Implemented Interfaces:
Serializable
For
<a.b>
, object a
does not have a property b
.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
o
-
propertyName
-
-
Constructor Details
-
STNoSuchPropertyException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-