org.displaytag.exception
Class DecoratorInstantiationException

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

public class DecoratorInstantiationException
extends BaseNestableJspTagException

Exception thrown when DecoratorFactory is unable to load a Decorator.

Version:
$Revision: 1.13 $ ($Author: fgiust $)
Author:
Fabrizio Giustina
See Also:
Serialized Form

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

DecoratorInstantiationException

public DecoratorInstantiationException(java.lang.Class source,
                                       java.lang.String decorator,
                                       java.lang.Throwable cause)
Constructor for DecoratorInstantiationException.

Parameters:
source - Class where the exception is generated
decorator - decorator name
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.ERROR
See Also:
BaseNestableJspTagException.getSeverity(), SeverityEnum


Copyright © 2002-2005 the Displaytag team. All Rights Reserved.