ognl
Class NoSuchPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ognl.OgnlException
ognl.NoSuchPropertyException
- All Implemented Interfaces:
- java.io.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NoSuchPropertyException
public NoSuchPropertyException(java.lang.Object target,
java.lang.Object name,
java.lang.Throwable reason)
NoSuchPropertyException
public NoSuchPropertyException(java.lang.Object target,
java.lang.Object name)
getTarget
public java.lang.Object getTarget()
getName
public java.lang.Object getName()
Copyright © 2004 OGNL Technology, Inc.. All Rights Reserved.