[Java] Class PowerAssertionError
- org.codehaus.groovy.runtime.powerassert.PowerAssertionError
Indicates that a power assertion has failed.
- Authors:
- Peter Niederwieser
Constructor Summary
Constructor and description |
---|
PowerAssertionError
(String msg) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
String |
toString() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class AssertionError | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
class Error | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructor Detail
public PowerAssertionError(String msg)
Method Detail
@Override public String toString()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/runtime/powerassert/PowerAssertionError.html