public class AssertionException extends RuntimeException
| Constructor | Description |
|---|---|
AssertionException() |
Constructs a AssertionException with no detail message.
|
AssertionException(String s) |
Constructs a AssertionException with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AssertionException()
public AssertionException(String s)
s - the String that contains a detailed message