SeamFramework.org
Community Documentation
Prev
Next
Part VII. Seam Catch
Table of Contents
25. Seam Catch - Introduction
26. Seam Catch - Installation
26.1. Maven dependency configuration
27. Seam Catch - Usage
27.1. Exception handlers
27.2. Exception handler annotations
27.2.1. @HandlesExceptions
27.2.2. @Handles
27.3. Exception stack trace processing
27.4. Exception handler ordering
27.4.1. Traversal of exception type hierarchy
27.4.2. Handler precendence
27.5. APIs for exception information and flow control
27.5.1. CaughtException
27.5.2. ExceptionStack
28. Seam Catch - Framework Integration
28.1. Creating and Firing an ExceptionToCatch event
28.2. Default Handlers and Qualifiers
28.2.1. Default Handlers
28.2.2. Qualifiers
28.3. Supporting ServiceHandlers
Seam Catch - Glossary
Prev
Chapter 24. Messages
Top of page
Front page
Next
Chapter 25. Seam Catch - Introduction