Package patterntesting.runtime.dbc
Class ContractViolation
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.AssertionError
-
- patterntesting.runtime.dbc.ContractViolation
-
- All Implemented Interfaces:
java.io.Serializable
public class ContractViolation extends java.lang.AssertionError
The Class ContractViolation.- Since:
- 29.01.2009
- Version:
- $Revision: 1.5 $
- Author:
- oliver
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContractViolation(java.lang.Object detailMessage)
Instantiates a new contract violation.
-