public final class Preconditions extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
argumentNotNull(String argName,
Object argValue)
Checks that the given argument is not null
|
public static void argumentNotNull(String argName, Object argValue)
argName - the name of the argumentargValue - the value of the argument.IllegalArgumentException - if the argument is nullCopyright © 2021 Actian Corporation. All rights reserved.