|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
javax.servlet.jsp.JspTagException
org.alphadisplaytag.exception.BaseNestableJspTagException
Base exception: extendes JspTagException providing logging and exception nesting functionalities.
| Constructor Summary | |
BaseNestableJspTagException(java.lang.Class source,
java.lang.String message)
Instantiate a new BaseNestableJspTagException. |
|
BaseNestableJspTagException(java.lang.Class source,
java.lang.String message,
java.lang.Throwable cause)
Instantiate a new BaseNestableJspTagException. |
|
| Method Summary | |
java.lang.Throwable |
getCause()
returns the previous exception. |
abstract SeverityEnum |
getSeverity()
subclasses need to define the getSeverity method to provide correct severity for logging. |
java.lang.String |
toString()
basic 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 |
public BaseNestableJspTagException(java.lang.Class source,
java.lang.String message)
source - Class where the exception is generatedmessage - message
public BaseNestableJspTagException(java.lang.Class source,
java.lang.String message,
java.lang.Throwable cause)
source - Class where the exception is generatedmessage - messagecause - previous Exception| Method Detail |
public java.lang.Throwable getCause()
public java.lang.String toString()
public abstract SeverityEnum getSeverity()
SeverityEnum
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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/