| Package | Description |
|---|---|
| org.glowroot.api |
| Modifier and Type | Method and Description |
|---|---|
static ErrorMessage |
ErrorMessage.from(String message) |
static ErrorMessage |
ErrorMessage.from(String message,
Throwable t) |
static ErrorMessage |
ErrorMessage.from(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PluginServices.addTraceEntry(ErrorMessage errorMessage)
Adds a trace entry with duration zero.
|
void |
TraceEntry.endWithError(ErrorMessage errorMessage)
End the entry and add the specified
errorMessage to the entry. |
abstract void |
PluginServices.setTransactionError(ErrorMessage errorMessage)
Marks the transaction as an error with the given message.
|
Copyright © 2011–2015 Glowroot contributors. All rights reserved.