public class DeserializedStacktraceWriter extends Object implements StackTraceWriter
Constructor and Description |
---|
DeserializedStacktraceWriter(String message,
String stackTrace) |
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.
|
public String writeTraceToString()
StackTraceWriter
writeTraceToString
in interface StackTraceWriter
public String writeTrimmedTraceToString()
StackTraceWriter
writeTrimmedTraceToString
in interface StackTraceWriter
public SafeThrowable getThrowable()
StackTraceWriter
getThrowable
in interface StackTraceWriter
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.