public
classApplicationRuntimeException
implements
ILocatable
Overview
Inheritance
Members
Usage
Source
Books
SinceNot specified.
Version$Id: Appli
Author(s)Howard Lewis Ship
General wrapper for any exception (normal or runtime) that may occur during
runtime processing for the application. This exception is used
when the intent is to communicate a low-level failure to the user or
developer; it is not expected to be caught. The rootCause
property is a nested exception (Tapestry supported this concept
long before the JDK did).