Home » displaytag-1.1.1-src » org » displaytag » exception » [javadoc | source]
org.displaytag.exception
public class: ObjectLookupException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         javax.servlet.jsp.JspException
            javax.servlet.jsp.JspTagException
               org.displaytag.exception.BaseNestableJspTagException
                  org.displaytag.exception.ObjectLookupException

All Implemented Interfaces:
    Serializable

Exception thrown for errors in accessing bean properties.
Constructor:
 public ObjectLookupException(Class source,
    Object beanObject,
    String beanProperty,
    Throwable cause) 
    Instantiate a new ObjectLookupException.
    Parameters:
    source - Class where the exception is generated
    beanObject - javabean
    beanProperty - name of the property not found in javabean
    cause - previous Exception
Method from org.displaytag.exception.ObjectLookupException Summary:
getSeverity
Methods from org.displaytag.exception.BaseNestableJspTagException:
getCause,   getSeverity,   toString
Methods from javax.servlet.jsp.JspException:
getRootCause
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.displaytag.exception.ObjectLookupException Detail:
 public SeverityEnum getSeverity()