public class AssertionFailedException extends RuntimeException
Constructor and Description |
---|
AssertionFailedException(String message)
Standard constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AssertionFailedException(String message)
message
- Provides a description of the assertion test that failed.Copyright © 2006–2024 The Apache Software Foundation. All rights reserved.