public final class ParameterUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
verifyNotNull(String name,
Object value)
Verifies that a parameter value is not
null . |
public static void verifyNotNull(String name, Object value)
null
.name
- the parameter name.value
- the parameter value.IllegalArgumentException
- if the parameter value is equal to null
.Copyright © 2015–2016 gabrys.biz. All rights reserved.