public interface StackFrameFilter<T extends Throwable>
Modifier and Type | Method and Description |
---|---|
StackFrameFilterResult |
process(StackFrame frame)
Defines logic about how to filter the given frame.
|
StackFrameFilterResult process(StackFrame frame)
frame
- Current frame in the exception stack trace.StackFrameFilterResult
.Copyright © 2008-2013 Seam Framework. All Rights Reserved.