org.jboss.solder.exception.filter
Interface StackFrameFilter<T extends java.lang.Throwable>


public interface StackFrameFilter<T extends java.lang.Throwable>

A filter for processing the stack frames of a single originalException (type parameter allows us to focus on a specific originalException type)

Author:
Jason Porter, Dan Allen

Method Summary
 StackFrameFilterResult process(StackFrame frame)
          Defines logic about how to filter the given frame.
 

Method Detail

process

StackFrameFilterResult process(StackFrame frame)
Defines logic about how to filter the given frame.

Parameters:
frame - Current frame in the exception stack trace.
Returns:
one of StackFrameFilterResult.


Copyright © 2008-2012 Seam Framework. All Rights Reserved.