Uses of Class
org.apache.tiles.request.RequestException
Packages that use RequestException
Package
Description
Support for Freemarker's Environment as a request.
Utilities to work with dynamic class loading and instantiation.
-
Uses of RequestException in org.apache.tiles.request
Subclasses of RequestException in org.apache.tiles.requestModifier and TypeClassDescriptionclass
Exception that indicates that a feature could not be used since it is not available. -
Uses of RequestException in org.apache.tiles.request.freemarker
Subclasses of RequestException in org.apache.tiles.request.freemarkerModifier and TypeClassDescriptionclass
Thrown when a Freemarker request fails.class
Thrown when the Freemarker servlet is not available. -
Uses of RequestException in org.apache.tiles.request.reflect
Subclasses of RequestException in org.apache.tiles.request.reflectModifier and TypeClassDescriptionclass
Indicates that an object cannot be instantiated. -
Uses of RequestException in org.apache.tiles.request.render
Subclasses of RequestException in org.apache.tiles.request.renderModifier and TypeClassDescriptionclass
Indicates that something went wrong during the rendering process.class
It is raised when a named renderer has not been found with that name.class
Thrown when rendering fails.