public class AssertionException extends RuntimeException
TestContext.REGRESSION).| Constructor and Description |
|---|
AssertionException()
Creates an assertion exception with no detailed message.
|
AssertionException(String message)
Creates an assertion exception with the specified detailed message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AssertionException()
public AssertionException(String message)
message - the exception detailed message.Copyright © 2005–2024 Javolution. All rights reserved.