|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of NullArgumentException in org.ops4j.lang |
|---|
| Methods in org.ops4j.lang that throw NullArgumentException | |
|---|---|
static void |
NullArgumentException.validateNotEmpty(Object[] arrayToCheck,
String argumentName)
Validates that the array instance is not null and that it has entries. |
static void |
NullArgumentException.validateNotEmpty(Properties propertiesToCheck,
String argumentName)
Validates that the Properties instance is not null and that it has entries. |
static void |
NullArgumentException.validateNotEmpty(String stringToCheck,
boolean trim,
String argumentName)
Validates that the string is not null and not an empty string. |
static void |
NullArgumentException.validateNotEmpty(String stringToCheck,
String argumentName)
Validates that the string is not null and not an empty string without trimming the string. |
static void |
NullArgumentException.validateNotEmptyContent(String[] arrayToCheck,
boolean trim,
String argumentName)
Validates that the string array instance is not null and that it has entries that are not null or empty. |
static void |
NullArgumentException.validateNotEmptyContent(String[] arrayToCheck,
String argumentName)
Validates that the string array instance is not null and that it has entries that are not null or empty eithout trimming the string. |
static void |
NullArgumentException.validateNotNull(Object obj,
String objectName)
Validates that the object obj is not null. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||