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 Summary
ConstructorsConstructorDescriptionCircularAssertionCallException(String s, Throwable throwable) CircularAssertionCallException(Throwable throwable)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
CircularAssertionCallException
public CircularAssertionCallException() - 
CircularAssertionCallException
 - 
CircularAssertionCallException
 - 
CircularAssertionCallException
 
 -