Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ognl
Class NoSuchPropertyException  view NoSuchPropertyException download NoSuchPropertyException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byognl.OgnlException
              extended byognl.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()