Validates that the passed-in string argument value is not null or empty.
Parameters: argumentName - the argument name. Parameters: argument - the argument value. throws: IllegalArgumentException - if the argument value is null or empty.
Validates that the passed-in argument value is not null.
Parameters: argumentName - the argument name. Parameters: argument - the argument value. throws: IllegalArgumentException - if the argument value is null.