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, toStringpublic 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–2024 The Apache Software Foundation. All rights reserved.