org.codehaus.groovy.runtime.powerassert
[Java] Class PowerAssertionError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.codehaus.groovy.runtime.powerassert.PowerAssertionError
public class PowerAssertionError
extends AssertionError
Indicates that a power assertion has failed.
- Authors:
- Peter Niederwieser
Methods inherited from class AssertionError
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Methods inherited from class Error
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
PowerAssertionError
public PowerAssertionError(String msg)
-
toString
@Override
public String toString()
-
Copyright © 2003-2013 The Codehaus. All rights reserved.