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.
- Author:
- Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)
- See Also:
- Serialized Form
NoSuchPropertyException
public NoSuchPropertyException(Object target,
Object name)
NoSuchPropertyException
public NoSuchPropertyException(Object target,
Object name,
Throwable reason)
getTarget
public Object getTarget()
getName
public Object getName()
Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.