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 SummaryConstructors Constructor Description PowerAssertionError(String msg)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
- 
 
-