SeamFramework.org
Community Documentation
Prev
Next
Part VI. Seam Catch
Table of Contents
20. Seam Catch - Introduction
21. Seam Catch - Installation
21.1. Maven dependency configuration
22. Seam Catch - Usage
22.1. Exception handlers
22.2. Exception handler annotations
22.2.1. @HandlesExceptions
22.2.2. @Handles
22.3. Exception stack trace processing
22.4. Exception handler ordering
22.4.1. Traversal of exception type hierarchy
22.4.2. Handler precendence
22.5. APIs for exception information and flow control
22.5.1. CaughtException
22.5.2. ExceptionStack
23. Seam Catch - Framework Integration
23.1. Creating and Firing an ExceptionToCatch event
23.2. Default Handlers and Qualifiers
23.2.1. Default Handlers
23.2.2. Qualifiers
23.3. Supporting ServiceHandlers
Seam Catch - Glossary
Prev
Chapter 19. Messages
Top of page
Front page
Next
Chapter 20. Seam Catch - Introduction