| Name | Package | Description |
| ApplicationRuntimeException | org.apache.tapestry | General wrapper for any exception (normal or runtime) that may occur during
runtime processing for the application. |
| BindingException | org.apache.tapestry | A general exception describing an IBinding
and an IComponent . |
| CodeGenerationException | org.apache.tapestry.enhance | This is an unrecoverable error during code generation. |
| ConnectedParameterException | org.apache.tapestry.param | Identifies exceptions in connected parameters (parameters that
are automatically assigned to component properties by the framework). |
| DocumentParseException | org.apache.tapestry.util.xml | Exception thrown if there is any kind of error parsing the
an XML document. |
| InvalidStringException | org.apache.tapestry.util.xml | Exception thrown if there is any kind of error validating a string
during document parsing |
| PageRedirectException | org.apache.tapestry | Exception thrown by a component or IEngineService
that wishes to force the application to a particular page. |
| RedirectException | org.apache.tapestry | Exception thrown to force a redirection to an arbitrary location. |
| RenderRewoundException | org.apache.tapestry | A special subclass of ApplicationRuntimeException that can be thrown
when a component has determined that the state of the page has been
rewound. |
| StaleLinkException | org.apache.tapestry | Exception thrown by an IEngineService when it discovers that
the an action link was for an out-of-date version of the page. |
| StaleSessionException | org.apache.tapestry | Exception thrown by an IEngineService when it discovers that
the HttpSession
has timed out (and been replaced by a new, empty
one). |
| TemplateParseException | org.apache.tapestry.parse | Exception thrown indicating a problem parsing an HTML template. |
| ValidatorException | org.apache.tapestry.valid | Thrown by a IValidator when submitted input is not valid. |
| XCreateException | org.apache.tapestry.contrib.ejb | Extended version of CreateException that includes a root cause. |
| XEJBException | org.apache.tapestry.contrib.ejb | Extended version of EJBException that includes a root cause. |
| XFinderException | org.apache.tapestry.contrib.ejb | Extended version of FinderException that includes a root cause. |
| XRemoveException | org.apache.tapestry.contrib.ejb | Extended version of RemoveException that includes a root cause. |