See: Description
Interface | Description |
---|---|
StackFrame |
Controller for stack trace filtering.
|
StackFrameFilter<T extends Throwable> |
A filter for processing the stack frames of a single originalException (type parameter allows us to focus on a
specific originalException type)
|
Class | Description |
---|---|
ExceptionStackOutput<T extends Throwable> |
This replaces the typical output of originalException stack traces.
|
Enum | Description |
---|---|
StackFrameFilterResult |
Valid returns types for a
StackFrameFilter.process(StackFrame) . |
Copyright © 2008-2013 Seam Framework. All Rights Reserved.