Dashboard Builder Commons 6.0.0.Beta1

org.jboss.dashboard.error
Class ErrorTrace

java.lang.Object
  extended by org.jboss.dashboard.profiler.CodeBlockTrace
      extended by org.jboss.dashboard.error.ErrorTrace

public class ErrorTrace
extends CodeBlockTrace

A profiler trace generated always that an unexpected error occurs within the platform.


Field Summary
protected  Map<String,Object> context
           
protected  ErrorReport error
           
static String ERROR_DATE
           
static String ERROR_ID
           
static String ERROR_STACKTRACE
           
 
Fields inherited from class org.jboss.dashboard.profiler.CodeBlockTrace
ancestorTypes, beginTimeMillis, children, childrenElapsedTimeMillis, dateFormat, endTimeMillis, id, parent
 
Constructor Summary
ErrorTrace(ErrorReport error)
           
 
Method Summary
 Map<String,Object> getContext()
           
 String getDescription()
           
 CodeBlockType getType()
           
 
Methods inherited from class org.jboss.dashboard.profiler.CodeBlockTrace
addChild, begin, 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

ErrorTrace

public ErrorTrace(ErrorReport error)
Method Detail

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

Dashboard Builder Commons 6.0.0.Beta1

Copyright © 2012-2013 JBoss by Red Hat. All Rights Reserved.