SeamFramework.orgCommunity Documentation

Seam Catch


1. Seam Catch - Introduction
2. Seam Catch - Installation
2.1. Maven dependency configuration
3. Seam Catch - 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. Seam Catch - Filtering Stack Traces
4.1. Introduction
4.2. ExceptionStackOutput
4.3. StackFrameFilter
4.4. StackFrameFilterResult
4.5. StackFrame
5. Seam Catch - Framework Integration
5.1. Creating and Firing an ExceptionToCatch event
5.2. Default Handlers and Qualifiers
5.2.1. Default Handlers
5.2.2. Qualifiers
5.3. Supporting ServiceHandlers
Seam Catch - Glossary