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:
java.io.Serializable
public class STNoSuchPropertyException extends STException
For<a.b>
, objecta
does not have a propertyb
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.Object
o
java.lang.String
propertyName
-
Constructor Summary
Constructors Constructor Description STNoSuchPropertyException(java.lang.Exception e, java.lang.Object o, java.lang.String propertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-