Class SafeThrowable
- java.lang.Object
-
- org.apache.maven.surefire.api.report.SafeThrowable
-
public class SafeThrowable extends java.lang.ObjectGuards against misbehaving throwables
-
-
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.StringgetLocalizedMessage()java.lang.StringgetMessage()java.lang.ThrowablegetTarget()
-