|
|||||||||
| Home >> All >> [ ognl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ognl
Class NoSuchPropertyException

java.lang.Objectjava.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.
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private java.lang.Object |
name
|
private java.lang.Object |
target
|
| Fields inherited from class ognl.OgnlException |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
NoSuchPropertyException(java.lang.Object target,
java.lang.Object name)
|
|
NoSuchPropertyException(java.lang.Object target,
java.lang.Object name,
java.lang.Throwable reason)
|
|
| Method Summary | |
java.lang.Object |
getName()
|
java.lang.Object |
getTarget()
|
| Methods inherited from class ognl.OgnlException |
getEvaluation, getReason, printStackTrace, printStackTrace, printStackTrace, setEvaluation, toString |
| 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 |
| Field Detail |
target
private java.lang.Object target
name
private java.lang.Object name
| Constructor Detail |
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)
| Method Detail |
getTarget
public java.lang.Object getTarget()
getName
public java.lang.Object getName()
|
|||||||||
| Home >> All >> [ ognl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC