Package | Description |
---|---|
org.jboss.dashboard.error |
Error management subsystem addressed to provide a common error management framework to the platform.
|
org.jboss.dashboard.profiler |
Modifier and Type | Field and Description |
---|---|
protected ErrorReport |
ErrorTrace.error |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorManager.logError(ErrorReport report)
Log the specified error report.
|
Constructor and Description |
---|
ErrorTrace(ErrorReport error) |
Modifier and Type | Field and Description |
---|---|
protected ErrorReport |
ThreadProfile.errorReport
An error occurred during the thread execution (if any).
|
Modifier and Type | Method and Description |
---|---|
ErrorReport |
ThreadProfile.getErrorReport() |
Modifier and Type | Method and Description |
---|---|
protected StringBuffer |
Profiler.appendErrorReport(StringBuffer buffer,
ErrorReport error) |
void |
ThreadProfile.setErrorReport(ErrorReport errorReport) |
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.