156157158159160161162163164165166
if(iterator.hasNext()){ pars += ", "; } } pars += " have no value specified"; throw new ParameterDsException("The folowing parameters have no value [" + pars + "]"); } logger.debug("Dataset statement after attributes substitution [" + statement + "]");