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
public class NoSuchPropertyException extends OgnlException
Exception thrown if a property is attempted to be extracted from an object that does not have such a property.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchPropertyException(Object target, Object name)
NoSuchPropertyException(Object target, Object name, Throwable reason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getName()
Object
getTarget()
-
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
-
-