Package org.jboss.solder.exception.filter

Classes related to filtering stack traces.

See:
          Description

Interface Summary
StackFrame Controller for stack trace filtering.
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)
 

Enum Summary
StackFrameFilterResult Valid returns types for a StackFrameFilter.process(StackFrame).
 

Package org.jboss.solder.exception.filter Description

Classes related to filtering stack traces.



Copyright © 2011 Seam Framework. All Rights Reserved.