public class ErrorTrace extends CodeBlockTrace
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
context |
protected ErrorReport |
error |
static String |
ERROR_DATE |
static String |
ERROR_ID |
static String |
ERROR_STACKTRACE |
ancestorTypes, beginTimeMillis, children, childrenElapsedTimeMillis, dateFormat, endTimeMillis, id, parent, RUNTIME_CONTRAINTS_ENABLED, runtimeConstraints| Constructor and Description |
|---|
ErrorTrace(ErrorReport error) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getContext() |
String |
getDescription() |
CodeBlockType |
getType() |
addChild, addRuntimeConstraint, begin, checkRuntimeConstraints, end, equals, getAncestorTypes, getBeginTimeMillis, getChildren, getChildrenElapsedTimeMillis, getDescendants, getElapsedTimeMillis, getEndTimeMillis, getId, getLevel, getParent, getSelfTimeMillis, getThreadProfile, hashCode, isDescendantOfType, isRunning, printContext, printContext, printContext, printIndent, printMap, printMap, removeChild, setAncestorTypes, setBeginTimeMillis, setChildren, setEndTimeMillis, setId, setParent, setThreadProfile, toPlainList, toStringpublic static final String ERROR_ID
public static final String ERROR_DATE
public static final String ERROR_STACKTRACE
protected ErrorReport error
public ErrorTrace(ErrorReport error)
public CodeBlockType getType()
getType in class CodeBlockTracepublic String getDescription()
getDescription in class CodeBlockTracepublic Map<String,Object> getContext()
getContext in class CodeBlockTraceCopyright © 2012–2015 JBoss by Red Hat. All rights reserved.