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
getMessage
method of this exception object will return
(cause == null ? "" : cause.toString())
.cause
- The cause of this exceptionCopyright © 2004–2014 The Apache Software Foundation. All rights reserved.