public class PowerAssertionError
extends AssertionError
Indicates that a power assertion has failed.
| Constructor and description |
|---|
PowerAssertionError(String msg)Creates an error containing the rendered power assertion output. |
| Methods inherited from class | Name |
|---|---|
class AssertionError |
addSuppressed, equals, fillInStackTrace, getCause, getClass, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, hashCode, initCause, notify, notifyAll, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString, wait, wait, wait |
Creates an error containing the rendered power assertion output.
msg - the rendered assertion failure detailsReturns the standard power assertion failure message shown to callers.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.