Uses of Class
org.ops4j.lang.PreConditionException

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

Uses of PreConditionException in org.ops4j.lang
 

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



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