patterntesting.runtime.dbc
Class ContractViolation

Package class diagram package ContractViolation
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.lang.AssertionError
              extended by patterntesting.runtime.dbc.ContractViolation
All Implemented Interfaces:
Serializable

public class ContractViolation
extends AssertionError

Since:
29.01.2009
Version:
$Revision: 1.3 $
Author:
oliver
See Also:
Serialized Form

Constructor Summary
ContractViolation(Object detailMessage)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContractViolation

public ContractViolation(Object detailMessage)
Parameters:
detailMessage - the detail message


Copyright © 2002–2014 PatternTesting Team. All rights reserved.