public class SurefireReflectionException extends NestedRuntimeException
Constructor and Description |
---|
SurefireReflectionException(Throwable cause)
Create a
SurefireReflectionException with the specified cause. |
getCause, getMessage, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, 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–2013 The Apache Software Foundation. All rights reserved.