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