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
public class STNoSuchPropertyException extends STException
For<a.b>, objectadoes not have a propertyb.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description ObjectoStringpropertyName
-
Constructor Summary
Constructors Constructor Description STNoSuchPropertyException(Exception e, Object o, String propertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-