Package | Description |
---|---|
org.jboss.solder.exception.filter |
Classes related to filtering stack traces.
|
Modifier and Type | Method and Description |
---|---|
StackFrameFilterResult |
StackFrameFilter.process(StackFrame frame)
Defines logic about how to filter the given frame.
|
static StackFrameFilterResult |
StackFrameFilterResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackFrameFilterResult[] |
StackFrameFilterResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008-2013 Seam Framework. All Rights Reserved.