public class SurefireReflectionException extends NestedRuntimeException
| Constructor and Description |
|---|
SurefireReflectionException(Throwable cause)
Create a
SurefireReflectionException with the specified cause. |
getCause, getMessage, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic 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.