Dashboard Builder Commons 6.2.0.Beta3

Uses of Class
org.jboss.dashboard.error.ErrorReport

Packages that use ErrorReport
org.jboss.dashboard.error Error management subsystem addressed to provide a common error management framework to the platform. 
org.jboss.dashboard.profiler   
 

Uses of ErrorReport in org.jboss.dashboard.error
 

Fields in org.jboss.dashboard.error declared as ErrorReport
protected  ErrorReport ErrorTrace.error
           
 

Methods in org.jboss.dashboard.error that return ErrorReport
static ErrorReport ErrorReport.getCurrentThreadError()
          Get the last error happened within the current thread (if any).
 ErrorReport ErrorManager.notifyError(Throwable t, boolean doLog)
          Generate an error report and log the error if requested.
 

Methods in org.jboss.dashboard.error with parameters of type ErrorReport
 void ErrorManager.logError(ErrorReport report)
          Log the specified error report.
 

Constructors in org.jboss.dashboard.error with parameters of type ErrorReport
ErrorTrace(ErrorReport error)
           
 

Uses of ErrorReport in org.jboss.dashboard.profiler
 

Fields in org.jboss.dashboard.profiler declared as ErrorReport
protected  ErrorReport ThreadProfile.errorReport
          An error occurred during the thread execution (if any).
 

Methods in org.jboss.dashboard.profiler that return ErrorReport
 ErrorReport ThreadProfile.getErrorReport()
           
 

Methods in org.jboss.dashboard.profiler with parameters of type ErrorReport
protected  StringBuffer Profiler.appendErrorReport(StringBuffer buffer, ErrorReport error)
           
 void ThreadProfile.setErrorReport(ErrorReport errorReport)
           
 


Dashboard Builder Commons 6.2.0.Beta3

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