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

All Implemented Interfaces:
    Serializable

Exception thrown when a Tag is not properly nested into another one.
Constructor:
 public TagStructureException(Class source,
    String currentTag,
    String shoudBeNestedIn) 
    Constructor for InvalidTagAttributeValueException.
    Parameters:
    source - Class where the exception is generated
    currentTag - name of the current tag
    shoudBeNestedIn - missing parent tag
Method from org.displaytag.exception.TagStructureException 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.TagStructureException Detail:
 public SeverityEnum getSeverity()