public final class CommonErrors
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
CommonErrors() |
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.IllegalArgumentException |
arrayOfValuesToLookForIsEmpty() |
(package private) static java.lang.NullPointerException |
arrayOfValuesToLookForIsNull() |
(package private) static java.lang.NullPointerException |
iterableOfValuesForIsNull() |
(package private) static java.lang.IllegalArgumentException |
iterableOfValuesToLookForIsEmpty() |
(package private) static java.lang.NullPointerException |
iterableToLookForIsNull() |
static void |
wrongElementTypeForFlatExtracting(java.lang.Object group) |
static java.lang.NullPointerException arrayOfValuesToLookForIsNull()
static java.lang.NullPointerException iterableToLookForIsNull()
static java.lang.NullPointerException iterableOfValuesForIsNull()
static java.lang.IllegalArgumentException arrayOfValuesToLookForIsEmpty()
static java.lang.IllegalArgumentException iterableOfValuesToLookForIsEmpty()
public static void wrongElementTypeForFlatExtracting(java.lang.Object group)