public class AssertionFailure extends RuntimeException
Constructor and Description |
---|
AssertionFailure(String message)
Creates an instance of AssertionFailure using the given message.
|
AssertionFailure(String message,
Throwable cause)
Creates an instance of AssertionFailure using the given message and underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AssertionFailure(String message)
message
- The message explaining the reason for the exceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.