SeamFramework.orgCommunity Documentation

Part IX. Seam Catch

Table of Contents

43. Seam Catch - Introduction
44. Seam Catch - Installation
44.1. Maven dependency configuration
45. Seam Catch - Usage
45.1. Exception handlers
45.2. Exception handler annotations
45.2.1. @HandlesExceptions
45.2.2. @Handles
45.3. Exception stack trace processing
45.4. Exception handler ordering
45.4.1. Traversal of exception type hierarchy
45.4.2. Handler precedence
45.5. APIs for exception information and flow control
45.5.1. CaughtException
45.5.2. ExceptionStack
46. Seam Catch - Framework Integration
46.1. Creating and Firing an ExceptionToCatch event
46.2. Default Handlers and Qualifiers
46.2.1. Default Handlers
46.2.2. Qualifiers
46.3. Supporting ServiceHandlers
Seam Catch - Glossary