org.fuin.objects4j
Class ContractViolationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.fuin.objects4j.ContractViolationException
All Implemented Interfaces:
java.io.Serializable

public final class ContractViolationException
extends java.lang.RuntimeException

The contract that was checked is violated.

See Also:
Serialized Form

Constructor Summary
ContractViolationException(java.lang.String message)
          Constructor with error message.
 
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

ContractViolationException

public ContractViolationException(java.lang.String message)
Constructor with error message.

Parameters:
message - Message.


Copyright © 2010 Future Invent Informationsmanagement GmbH. All Rights Reserved.