org.jboss.seam.exception.filter
Interface StackFrameFilter<T extends Throwable>


public interface 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)

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 © 2011 Seam Framework. All Rights Reserved.