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)
|
| Enum | Description |
|---|---|
| StackFrameFilterResult |
Valid returns types for a
StackFrameFilter.process(StackFrame). |
Copyright © 2008-2013 JBoss by Red Hat. All Rights Reserved.