Package | Description |
---|---|
org.jbpm.formModeler.service.error |
Modifier and Type | Field and Description |
---|---|
protected ThreadLocal<ErrorReport> |
ErrorManager.currentThreadError
The error report for the current thread.
|
Modifier and Type | Method and Description |
---|---|
ErrorReport |
ErrorManager.getErrorReport() |
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.
|
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.