Uses of Class
org.ops4j.lang.PostConditionException

Packages that use PostConditionException
org.ops4j.lang Classes, interfaces and exceptions that we find are missing in the java.lang package is added to this package. 
 

Uses of PostConditionException in org.ops4j.lang
 

Methods in org.ops4j.lang that throw PostConditionException
static void PostConditionException.validateEqualTo(double value, double condition, java.lang.String identifier)
          Validates that the value under test is a particular value.
static void PostConditionException.validateEqualTo(long value, long condition, java.lang.String identifier)
          Validates that the value under test is a particular value.
static void PostConditionException.validateEqualTo(java.lang.Number value, java.lang.Number condition, java.lang.String identifier)
          Validates that the value under test is a particular value.
static void PostConditionException.validateGreaterThan(double value, double limit, java.lang.String identifier)
          Validates that the value is greater than a limit.
static void PostConditionException.validateGreaterThan(long value, long limit, java.lang.String identifier)
          Validates that the value is greater than a limit.
static void PostConditionException.validateGreaterThan(java.lang.Number value, java.lang.Number limit, java.lang.String identifier)
          Validates that the value is greater than a limit.
static void PostConditionException.validateLesserThan(double value, double limit, java.lang.String identifier)
          Validates that the value is lesser than a limit.
static void PostConditionException.validateLesserThan(long value, long limit, java.lang.String identifier)
          Validates that the value is lesser than a limit.
static void PostConditionException.validateLesserThan(java.lang.Number value, java.lang.Number limit, java.lang.String identifier)
          Validates that the value is lesser than a limit.
static void PostConditionException.validateNotNull(java.lang.Object object, java.lang.String identifier)
          Validates that the object is not null.
static void PostConditionException.validateNull(java.lang.Object object, java.lang.String identifier)
          Validates that the object is null.
 



Copyright © 2006-2009 OPS4J - Open Participation Software for Java. All Rights Reserved.