Uses of Interface
org.jboss.solder.exception.filter.StackFrame

Packages that use StackFrame
org.jboss.solder.exception.filter Classes related to filtering stack traces. 
 

Uses of StackFrame in org.jboss.solder.exception.filter
 

Methods in org.jboss.solder.exception.filter that return StackFrame
 StackFrame StackFrame.getMarkedFrame(java.lang.String tag)
          Obtains the stack element that was marked with the given tag.
 

Methods in org.jboss.solder.exception.filter with parameters of type StackFrame
 StackFrameFilterResult StackFrameFilter.process(StackFrame frame)
          Defines logic about how to filter the given frame.
 



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