Package org.apache.maven.surefire.report
Class SafeThrowable
- java.lang.Object
-
- org.apache.maven.surefire.report.SafeThrowable
-
public class SafeThrowable extends java.lang.Object
Guards against misbehaving throwables
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Throwable
target
-
Constructor Summary
Constructors Constructor Description SafeThrowable(java.lang.String message)
SafeThrowable(java.lang.Throwable target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLocalizedMessage()
java.lang.String
getMessage()
java.lang.Throwable
getTarget()
-