SeamFramework.orgCommunity Documentation

Seam Catch


1. Introduction
2. Installation
2.1. Maven dependency configuration
3. Usage
3.1. Exception handlers
3.2. Exception handler annotations
3.2.1. @HandlesExceptions
3.2.2. @Handles
3.3. Exception stack trace processing
3.4. Exception handler ordering
3.4.1. Traversal of exception type hierarchy
3.4.2. Handler precendence
3.5. APIs for exception information and flow control
3.5.1. CaughtException
3.5.2. ExceptionStack
4. Framework Integration
4.1. Creating and Firing an ExceptionToCatch event
4.2. Default Handlers and Qualifiers
4.2.1. Default Handlers
4.2.2. Qualifiers
4.3. Supporting ServiceHandlers