216217218219220221222
public static Job makeJob(String jdl) throws Exception { if (jdl == null) { throw new IllegalArgumentException("JDL not defined!"); } return makeJob(new JobAd(jdl)); }