Package org.apache.tapestry.util.exception

A basic framework for analyzing a reporting exceptions.

See:
          Description

Class Summary
ExceptionAnalyzer Analyzes an exception, creating one or more ExceptionDescriptions from it.
ExceptionDescription A description of an Exception.
ExceptionProperty Captures a name/value property pair from an exception.
 

Package org.apache.tapestry.util.exception Description

A basic framework for analyzing a reporting exceptions. The ExceptionAnalyzer class will identify the type, message and other properties of an exception, and understands about nested exceptions.

Author:
Howard Lewis Ship hlship@apache.org