public class ExceptionStackOutput<T extends Throwable> extends Object
StackFrameFilter instances to filter the stack trace output.| Modifier and Type | Field and Description |
|---|---|
static String |
AT_TEXT |
static String |
ROOT_CAUSE_TEXT |
static String |
WRAPPED_BY_TEXT |
| Constructor and Description |
|---|
ExceptionStackOutput(T exception)
Constructor to be used if not filtering is desired.
|
ExceptionStackOutput(T exception,
StackFrameFilter<T> filter)
Constructor which includes filtering
|
public static final String ROOT_CAUSE_TEXT
public static final String AT_TEXT
public static final String WRAPPED_BY_TEXT
public ExceptionStackOutput(T exception)
exception - Exception containing stack to be displayedpublic ExceptionStackOutput(T exception, StackFrameFilter<T> filter)
exception - Exception containing stack to be displayedfilter - a StackFrameFilter instance used to do the filteringpublic String printTrace()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.