Uses of Class
org.apache.maven.surefire.report.SafeThrowable
-
Packages that use SafeThrowable Package Description org.apache.maven.plugin.surefire.booterclient.output org.apache.maven.surefire.common.junit4 org.apache.maven.surefire.report -
-
Uses of SafeThrowable in org.apache.maven.plugin.surefire.booterclient.output
Methods in org.apache.maven.plugin.surefire.booterclient.output that return SafeThrowable Modifier and Type Method Description SafeThrowable
DeserializedStacktraceWriter. getThrowable()
-
Uses of SafeThrowable in org.apache.maven.surefire.common.junit4
Methods in org.apache.maven.surefire.common.junit4 that return SafeThrowable Modifier and Type Method Description SafeThrowable
JUnit4StackTraceWriter. getThrowable()
Returns the exception associated with this failure. -
Uses of SafeThrowable in org.apache.maven.surefire.report
Fields in org.apache.maven.surefire.report declared as SafeThrowable Modifier and Type Field Description private SafeThrowable
SmartStackTraceParser. throwable
Methods in org.apache.maven.surefire.report that return SafeThrowable Modifier and Type Method Description SafeThrowable
LegacyPojoStackTraceWriter. getThrowable()
SafeThrowable
PojoStackTraceWriter. getThrowable()
SafeThrowable
StackTraceWriter. getThrowable()
Retrieve the throwable for this writer.
-