Library:Apache Jakarta Commons Jelly
Version:1.0
Compatibility:JDK 1.4
Exceptions in library Apache Jakarta Commons Jelly.
NamePackageDescription
BreakExceptionorg.apache.commons.jelly.impl

BreakException is used to terminate loops such as <forEach> and <while> tags.

JellyExceptionorg.apache.commons.jelly

JellyException is the root of all Jelly exceptions.

JellyTagExceptionorg.apache.commons.jelly

A JellyTagException is an exception generated by a Tag implementation.

MissingAttributeExceptionorg.apache.commons.jelly

JellyException is the root of all Jelly exceptions.

NestedRuntimeExceptionorg.apache.commons.jelly.utilA RuntimeException which is nested to preserve stack traces.
XPathComparator.XPathSortExceptionorg.apache.commons.jelly.xpathMy own runtime exception in case something goes wrong with sort.
Search