@Value.Immutable public abstract class ErrorMessage extends Object
| Constructor and Description |
|---|
ErrorMessage() |
| Modifier and Type | Method and Description |
|---|---|
static ErrorMessage |
create(String message,
Throwable t,
AtomicInteger transactionThrowableFrameCount) |
abstract String |
message() |
abstract Proto.Throwable |
throwable() |
static Proto.StackTraceElement |
toProto(StackTraceElement ste) |
public static ErrorMessage create(String message, Throwable t, AtomicInteger transactionThrowableFrameCount)
@Value.Parameter public abstract String message()
@Value.Parameter public abstract Proto.Throwable throwable()
public static Proto.StackTraceElement toProto(StackTraceElement ste)
Copyright © 2011–2020 Glowroot contributors. All rights reserved.