public class NullArgumentException
extends java.lang.IllegalArgumentException
null
was null
.Constructor and Description |
---|
NullArgumentException(java.lang.String argumentName) |
Modifier and Type | Method and Description |
---|---|
static void |
check(java.lang.String argumentName,
java.lang.Object argumentValue)
Convenience method to protect against a
null argument. |