org.jboss.dashboard.error
Class ErrorTrace
java.lang.Object
org.jboss.dashboard.profiler.CodeBlockTrace
org.jboss.dashboard.error.ErrorTrace
public class ErrorTrace
- extends CodeBlockTrace
A profiler trace generated always that an unexpected error occurs within the platform.
| Methods inherited from class org.jboss.dashboard.profiler.CodeBlockTrace |
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, toString |
ERROR_ID
public static final String ERROR_ID
- See Also:
- Constant Field Values
ERROR_DATE
public static final String ERROR_DATE
- See Also:
- Constant Field Values
ERROR_STACKTRACE
public static final String ERROR_STACKTRACE
- See Also:
- Constant Field Values
error
protected ErrorReport error
context
protected Map<String,Object> context
ErrorTrace
public ErrorTrace(ErrorReport error)
getType
public CodeBlockType getType()
- Specified by:
getType in class CodeBlockTrace
getDescription
public String getDescription()
- Specified by:
getDescription in class CodeBlockTrace
getContext
public Map<String,Object> getContext()
- Specified by:
getContext in class CodeBlockTrace
Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.