| Name | Package | Description |
| BreakException | org.apache.commons.jelly.impl | BreakException is used to terminate loops such as
<forEach> and <while> tags.
|
| JellyException | org.apache.commons.jelly | JellyException is the root of all Jelly exceptions.
|
| JellyTagException | org.apache.commons.jelly | A JellyTagException is an exception generated by a Tag
implementation. |
| MissingAttributeException | org.apache.commons.jelly | JellyException is the root of all Jelly exceptions.
|
| NestedRuntimeException | org.apache.commons.jelly.util | A RuntimeException which is nested to preserve stack traces. |
| XPathComparator.XPathSortException | org.apache.commons.jelly.xpath | My own runtime exception in case something goes wrong with sort. |