public class SurefireReflectionException extends NestedRuntimeException
| Constructor and Description |
|---|
SurefireReflectionException(java.lang.Throwable cause)
Create a
SurefireReflectionException with the specified cause. |
contains, getCause, getMessage, getRootCause, printStackTrace, printStackTracepublic SurefireReflectionException(java.lang.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-2016 The Apache Software Foundation. All Rights Reserved.