org.alphadisplaytag.exception
Class ObjectLookupException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.jsp.JspException
              extended byjavax.servlet.jsp.JspTagException
                  extended byorg.alphadisplaytag.exception.BaseNestableJspTagException
                      extended byorg.alphadisplaytag.exception.ObjectLookupException
All Implemented Interfaces:
java.io.Serializable

public class ObjectLookupException
extends BaseNestableJspTagException

Exception thrown for errors in accessing bean properties.

Version:
$Revision: 1.6 $ ($Author: fgiust $)
Author:
fgiust
See Also:
Serialized Form

Constructor Summary
ObjectLookupException(java.lang.Class source, java.lang.Object beanObject, java.lang.String beanProperty, java.lang.Throwable cause)
          Instantiate a new ObjectLookupException.
 
Method Summary
 SeverityEnum getSeverity()
          subclasses need to define the getSeverity method to provide correct severity for logging.
 
Methods inherited from class org.alphadisplaytag.exception.BaseNestableJspTagException
getCause, toString
 
Methods inherited from class javax.servlet.jsp.JspException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectLookupException

public ObjectLookupException(java.lang.Class source,
                             java.lang.Object beanObject,
                             java.lang.String beanProperty,
                             java.lang.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 Detail

getSeverity

public SeverityEnum getSeverity()
Description copied from class: BaseNestableJspTagException
subclasses need to define the getSeverity method to provide correct severity for logging.

Specified by:
getSeverity in class BaseNestableJspTagException
Returns:
SeverityEnum.WARN
See Also:
BaseNestableJspTagException.getSeverity(), SeverityEnum


Alphabetical Navigation Bar Java Display Tag Home Page. 

My Home Page. Contact me at: chauvetp@hotmail.com.
I am alway looking for Java/J2EE work and would appreciate the business. Some of my design is inspired by the original display tag <display:*> code. Please go to http://displaytag.sourceforge.net/ for details on the <display:*> tag.

Copyright © 2004 Aiki Innovations Inc. Permission is granted to reuse and distribute for commercial or personal use if no extensive monetary gain is received. Java and the Java Standard Tag Library are programming languages owed by Sun Microsystems, Inc: http://java.sun.com/products/jsp/jstl/