Package ognl
Class NoSuchPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ognl.OgnlException
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.
- Author:
- Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchPropertyException
(Object target, Object name) NoSuchPropertyException
(Object target, Object name, Throwable reason) -
Method Summary
Methods inherited from class 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
-
Constructor Details
-
NoSuchPropertyException
-
NoSuchPropertyException
-
-
Method Details
-
getTarget
-
getName
-