Package org.apache.commons.ognl
Class NoSuchPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.ognl.OgnlException
org.apache.commons.ognl.NoSuchPropertyException
- All Implemented Interfaces:
Serializable
Exception thrown if a property is attempted to be extracted from an object that does not have such a property.
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.commons.ognl.OgnlException
initCause
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchPropertyException
(Object target, Object name) NoSuchPropertyException
(Object target, Object name, Throwable reason) -
Method Summary
Methods inherited from class org.apache.commons.ognl.OgnlException
getEvaluation, getReason, printStackTrace, printStackTrace, printStackTrace, setEvaluation, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
target
-
name
-
-
Constructor Details
-
NoSuchPropertyException
-
NoSuchPropertyException
-
-
Method Details
-
getReason
-
getTarget
-
getName
-