Home » displaytag-1.1.1-src » org » displaytag » exception » [javadoc | source]
org.displaytag.exception
public class: DecoratorException [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.DecoratorException

All Implemented Interfaces:
    Serializable

Exception thrown by column decorators. If a decorator need to throw a checked exception this should be nested in a DecoratorException.
Constructor:
 public DecoratorException(Class source,
    String message) 
    Constructor for DecoratorException.
    Parameters:
    source - Class where the exception is generated
    message - message
 public DecoratorException(Class source,
    String message,
    Throwable cause) 
    Constructor for DecoratorException.
    Parameters:
    source - Class where the exception is generated
    message - message
    cause - previous exception
Method from org.displaytag.exception.DecoratorException 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.DecoratorException Detail:
 public SeverityEnum getSeverity()