public class SurefireReflectionException extends RuntimeException
Constructor and Description |
---|
SurefireReflectionException(Throwable cause)
Create a
SurefireReflectionException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SurefireReflectionException(Throwable cause)
SurefireReflectionException
with the specified cause. The method Throwable.getMessage()
of this
exception object will return cause == null ? "" : cause.toString()
.cause
- The cause of this exceptionCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.