String[] remainder = new String[rlength];
System.arraycopy(args, i + 1, remainder, 0, rlength);
return remainder;
}
} else {
throw new ArgumentsNotExpectedException("Arguments are " +
" not allowed (only options); " + arg +
" violates this.");
}
}
if (shortOpt != null) this.processShortOptions(shortOpt, null);