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 , object a has no b property
- See Also:
- Serialized Form
| 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 |
o
public java.lang.Object o
propertyName
public java.lang.String propertyName
STNoSuchPropertyException
public STNoSuchPropertyException()
STNoSuchPropertyException
public STNoSuchPropertyException(java.lang.Exception e,
java.lang.Object o,
java.lang.String propertyName)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
Copyright © 2011. All Rights Reserved.