- java.lang.Object
-
- com.pervasive.datarush.commons.util.Preconditions
-
public final class Preconditions extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
argumentNotNull(String argName, Object argValue)
Checks that the given argument is not null
-
-
-
Method Detail
-
argumentNotNull
public static void argumentNotNull(String argName, Object argValue)
Checks that the given argument is not null- Parameters:
argName
- the name of the argumentargValue
- the value of the argument.- Throws:
IllegalArgumentException
- if the argument is null
-
-