Class PowerAssertionError
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Error
 - 
- java.lang.AssertionError
 - 
- org.codehaus.groovy.runtime.powerassert.PowerAssertionError
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class PowerAssertionError extends AssertionError
Indicates that a power assertion has failed.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description PowerAssertionError(String msg) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
 - 
 
 -