682683684685686687688689690691692
clUtil.reset(); //ACommandLineUtilities.dispArgs(clUtil.getArgsAsArray()); //try { while (clUtil.processArg()) { if (null != errorHappened) { throw errorHappened; } } clUtil.throwIfError();