Package org.apache.groovy.contracts
Class AssertionViolation
java.lang.Object
java.lang.Throwable
java.lang.Error
java.lang.AssertionError
org.apache.groovy.contracts.AssertionViolation
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClassInvariantViolation
,PostconditionViolation
,PreconditionViolation
Abstract base class for all assertion violations.
- See Also:
-
Constructor Summary
ModifierConstructorDescriptionprotected
protected
AssertionViolation
(boolean b) protected
AssertionViolation
(char c) protected
AssertionViolation
(double v) protected
AssertionViolation
(float v) protected
AssertionViolation
(int i) protected
AssertionViolation
(long l) protected
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AssertionViolation
protected AssertionViolation() -
AssertionViolation
-
AssertionViolation
protected AssertionViolation(boolean b) -
AssertionViolation
protected AssertionViolation(char c) -
AssertionViolation
protected AssertionViolation(int i) -
AssertionViolation
protected AssertionViolation(long l) -
AssertionViolation
protected AssertionViolation(float v) -
AssertionViolation
protected AssertionViolation(double v)
-