org.codehaus.groovy.transform.powerassert
Class PowerAssertionError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.codehaus.groovy.transform.powerassert.PowerAssertionError
- All Implemented Interfaces:
- Serializable
public class PowerAssertionError
extends AssertionError
Indicates that a power assertion has failed.
- Author:
- Peter Niederwieser
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
addSuppressedException, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
PowerAssertionError
public PowerAssertionError(String msg)
toString
public String toString()
- Overrides:
toString
in class Throwable