public class PreConditions
extends java.lang.Object
| Constructor and Description |
|---|
PreConditions() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkEmptyString(java.lang.String str,
java.lang.String errorMsg) |
static <T> void |
checkNull(T t,
java.lang.String errorMsg) |