public class AssertionException extends RuntimeException
| Constructor and Description |
|---|
AssertionException(String message)
Constructs a new
AssertionException with the given message. |
AssertionException(Throwable cause,
String message)
Constructs a new
AssertionException with the given message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AssertionException(String message)
AssertionException with the given message.message - the detail messagepublic AssertionException(Throwable cause, String message)
AssertionException with the given message.cause - the causemessage - the detail messageCopyright © 2019. All rights reserved.