public interface StackTraceWriter
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getThrowable()
Retrieve the throwable for this writer.
|
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.Throwable getThrowable()
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.