Uses of Class
org.fuin.objects4j.ContractViolationException

Packages that use ContractViolationException
org.fuin.objects4j   
 

Uses of ContractViolationException in org.fuin.objects4j
 

Methods in org.fuin.objects4j that throw ContractViolationException
static void Contract.requireArgNotNull(java.lang.String name, java.lang.Object value)
          Checks if the value is not null.
static
<T> void
Contract.requireValid(T value)
          Checks if the given value is valid and throws an IllegalArgumentException otherwise.
 



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