public interface StackTraceWriter
Modifier and Type | Method and Description |
---|---|
SafeThrowable |
getThrowable()
Retrieve the throwable for this writer.
|
String |
writeTraceToString()
Write the throwable to a string, without trimming.
|
String |
writeTrimmedTraceToString()
Write the throwable to a string, trimming extra locations.
|
String writeTraceToString()
String writeTrimmedTraceToString()
SafeThrowable getThrowable()
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.