public class CodeUnderTestException extends Exception
| Constructor and Description |
|---|
CodeUnderTestException(Throwable cause)
Constructor for CodeUnderTestException.
|
| Modifier and Type | Method and Description |
|---|---|
static Error |
throwException(Throwable e)
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Deprecated public static Error throwException(Throwable e) throws IllegalAccessException, IllegalArgumentException, NullPointerException, ExceptionInInitializerError
e - a Throwable object.IllegalAccessException - if any.IllegalArgumentException - if any.NullPointerException - if any.ExceptionInInitializerError - if any.AssertionError - if e wasn't one of listed for typesCopyright © 2010–2017 EvoSuite. All rights reserved.