SeamFramework.orgCommunity Documentation

Part VIII. Seam Catch

Table of Contents

28. Seam Catch - Introduction
29. Seam Catch - Installation
29.1. Maven dependency configuration
30. Seam Catch - Usage
30.1. Exception handlers
30.2. Exception handler annotations
30.2.1. @HandlesExceptions
30.2.2. @Handles
30.3. Exception stack trace processing
30.4. Exception handler ordering
30.4.1. Traversal of exception type hierarchy
30.4.2. Handler precedence
30.5. APIs for exception information and flow control
30.5.1. CaughtException
30.5.2. ExceptionStack
31. Seam Catch - Framework Integration
31.1. Creating and Firing an ExceptionToCatch event
31.2. Default Handlers and Qualifiers
31.2.1. Default Handlers
31.2.2. Qualifiers
31.3. Supporting ServiceHandlers
Seam Catch - Glossary