public class SurefireReflectionException
extends java.lang.RuntimeException
Constructor and Description |
---|
SurefireReflectionException(java.lang.Throwable cause)
Create a
SurefireReflectionException with the specified cause. |
public SurefireReflectionException(java.lang.Throwable cause)
SurefireReflectionException
with the specified cause. The
getMessage
method of this exception object will return
(cause == null ? "" : cause.toString())
.cause
- The cause of this exception