|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestException | |
---|---|
org.apache.tiles.request | This package defines the concept of "request" as the event causing a document to be generated from a template. |
org.apache.tiles.request.freemarker | Support for Freemarker's Environment as a request. |
org.apache.tiles.request.reflect | Utilities to work with dynamic class loading and instantiation. |
org.apache.tiles.request.render | Classes to allow rendering of a template (described by its path) in a uniform way. |
Uses of RequestException in org.apache.tiles.request |
---|
Subclasses of RequestException in org.apache.tiles.request | |
---|---|
class |
NotAvailableFeatureException
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.freemarker | |
---|---|
class |
FreemarkerRequestException
Thrown when a Freemarker request fails. |
class |
NotAvailableFreemarkerServletException
Thrown when a the Freemarker servlet is not available. |
Uses of RequestException in org.apache.tiles.request.reflect |
---|
Subclasses of RequestException in org.apache.tiles.request.reflect | |
---|---|
class |
CannotAccessMethodException
Indicates that a method cannot be accessed. |
class |
CannotInstantiateObjectException
Indicates that an object cannot be instantiated. |
Uses of RequestException in org.apache.tiles.request.render |
---|
Subclasses of RequestException in org.apache.tiles.request.render | |
---|---|
class |
CannotRenderException
Indicates that something went wrong during the rendering process. |
class |
NoSuchRendererException
It is raised when a named renderer has not been found with that name. |
class |
RenderException
Thrown when rendering fails. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |