Class PowerAssertionError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.codehaus.groovy.runtime.powerassert.PowerAssertionError
- All Implemented Interfaces:
java.io.Serializable
public class PowerAssertionError
extends java.lang.AssertionError
Indicates that a power assertion has failed.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PowerAssertionError(java.lang.String msg)
-
Method Summary
Modifier and Type Method Description java.lang.String
toString()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
PowerAssertionError
public PowerAssertionError(java.lang.String msg)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Throwable
-