Package org.apache.groovy.contracts
Class CircularAssertionCallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.groovy.contracts.CircularAssertionCallException
- All Implemented Interfaces:
- Serializable
Thrown whenever pre- or post-conditions are called in a cyclic way.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionCircularAssertionCallException(String s, Throwable throwable) CircularAssertionCallException(Throwable throwable) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CircularAssertionCallExceptionpublic CircularAssertionCallException()
- 
CircularAssertionCallException
- 
CircularAssertionCallException
- 
CircularAssertionCallException
 
-