| BaseNestableJspTagException | Base exception: extendes JspTagException providing logging and exception nesting functionalities. | code | html |
| BaseNestableRuntimeException | Base runtime exception: extendes RuntimeException providing logging and exception nesting functionalities. | code | html |
| DecoratorException | Exception thrown by column decorators. | code | html |
| DecoratorInstantiationException | Exception thrown when DecoratorFactory is unable to load a Decorator. | code | html |
| ExportException | Exception thrown when displaytag is unable to reset the response during export. | code | html |
| FactoryInstantiationException | Exception thrown when displaytag is unable to instantiate a class specified by the user in the properties file. | code | html |
| InvalidTagAttributeValueException | Exception thrown when an invalid value is given for a tag attribute. | code | html |
| MissingAttributeException | Exception thrown when a required attribute is not set. | code | html |
| ObjectLookupException | Exception thrown for errors in accessing bean properties. | code | html |
| RuntimeLookupException | runtime exception thrown during sorting when a checked exception can't be used. | code | html |
| SeverityEnum | Enumeration for logging severities. | code | html |
| TablePropertiesLoadException | Runtime exception thrown for problems in loading the (standard or user defined) property file. | code | html |
| TagStructureException | Exception thrown when a Tag is not properly nested into another one. | code | html |
| WrappedRuntimeException | Basic wrapper for checked exceptions. | code | html |