public interface StackTraceWriter
Modifier and Type | Method and Description |
---|---|
SafeThrowable |
getThrowable()
Retrieve the throwable for this writer.
|
java.lang.String |
smartTrimmedStackTrace()
Get the "smart" trimmed (1-2 lines) stacktrace.
|
java.lang.String |
writeTraceToString()
Write the throwable to a string, without trimming.
|
java.lang.String |
writeTrimmedTraceToString()
Write the throwable to a string, trimming extra locations.
|
java.lang.String writeTraceToString()
java.lang.String writeTrimmedTraceToString()
java.lang.String smartTrimmedStackTrace()
SafeThrowable getThrowable()