public class TestifyException extends RuntimeException
| Modifier and Type | Method and Description |
|---|---|
static TestifyException |
of(String message)
Constructs a new runtime exception with the specified detail message.
|
static TestifyException |
of(String message,
Throwable cause)
Constructs a new runtime exception with the specified detail message and cause.
|
static TestifyException |
of(Throwable cause)
Constructs a new runtime exception with the specified detail cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static TestifyException of(String message)
message - the message detailspublic static TestifyException of(Throwable cause)
cause - the cause of the exceptionpublic static TestifyException of(String message, Throwable cause)
message - the message detailscause - the cause of the exceptionCopyright © 2016–2018 Testify Project. All rights reserved.