public class AssertionFailedException extends RuntimeException
| Constructor and Description |
|---|
AssertionFailedException()
Creates an
AssertionFailedException.
|
AssertionFailedException(String
Creates a
AssertionFailedException with the given detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AssertionFailedException()
AssertionFailedException.
public AssertionFailedException(Stringmessage)
AssertionFailedException with the given detail message.
message - a description of the assertion