java.lang.Object
com.pervasive.datarush.commons.util.Preconditions
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidargumentNotNull(String argName, Object argValue) Checks that the given argument is not null
-
Method Details
-
argumentNotNull
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
-