|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.surefire.booterclient.output.DeserializedStacktraceWriter
public class DeserializedStacktraceWriter
Represents a deserialize stacktracewriter that has been marshalled across to the plugin from the fork.
Might be better to represent this whole thing differently
Constructor Summary | |
---|---|
DeserializedStacktraceWriter(String message,
String stackTrace)
|
Method Summary | |
---|---|
Throwable |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DeserializedStacktraceWriter(String message, String stackTrace)
Method Detail |
---|
public String writeTraceToString()
StackTraceWriter
writeTraceToString
in interface StackTraceWriter
public String writeTrimmedTraceToString()
StackTraceWriter
writeTrimmedTraceToString
in interface StackTraceWriter
public Throwable getThrowable()
StackTraceWriter
getThrowable
in interface StackTraceWriter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |