| Name | Package | Description |
| BindingException | org.apache.tapestry | A general exception describing an IBinding
and an IComponent . |
| 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 |
| PageNotFoundException | org.apache.tapestry | Subclass of ApplicationRuntimeException thrown when a requested
page does not exist. |
| 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. |