|
||||||||||
| 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.displaytag.exception.BaseNestableJspTagException
org.displaytag.exception.DecoratorInstantiationException
public class DecoratorInstantiationException
Exception thrown when DecoratorFactory is unable to load a Decorator.
| Constructor Summary | |
|---|---|
DecoratorInstantiationException(java.lang.Class source,
java.lang.String decorator,
java.lang.Throwable cause)
Constructor for DecoratorInstantiationException. |
|
| Method Summary | |
|---|---|
SeverityEnum |
getSeverity()
subclasses need to define the getSeverity method to provide correct severity for logging. |
| Methods inherited from class org.displaytag.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 |
|---|
public DecoratorInstantiationException(java.lang.Class source,
java.lang.String decorator,
java.lang.Throwable cause)
source - Class where the exception is generateddecorator - decorator namecause - previous Exception| Method Detail |
|---|
public SeverityEnum getSeverity()
BaseNestableJspTagException
getSeverity in class BaseNestableJspTagExceptionBaseNestableJspTagException.getSeverity(),
SeverityEnum
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||