public class AssertionFailedException extends RuntimeException
| Constructor and Description |
|---|
AssertionFailedException()
Creates an
AssertionFailedException. |
AssertionFailedException(String message)
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(String message)
AssertionFailedException with the given detail
message.message - a description of the assertionCopyright © 2024. All rights reserved.