ariba.util.expr
Class NoSuchPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ariba.util.expr.ExprException
ariba.util.expr.NoSuchPropertyException
- All Implemented Interfaces:
- Serializable
public class NoSuchPropertyException
- extends ExprException
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, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchPropertyException
public NoSuchPropertyException(Object target,
Object name,
Throwable reason)
NoSuchPropertyException
public NoSuchPropertyException(Object target,
Object name)
getTarget
public Object getTarget()
getName
public Object getName()
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.