AmbiguousParameterException ex) {
fail("Unexpected Exception: " + ex.getMessage());
}
System.out.println("Null CP Optimizer object ...");
try {
IloCP c = null;
setter.set(c, "TimeLimit", "30");
} catch (NullArgumentException ex) {
System.out.println("Found the expected exception: " + ex.getMessage());
} catch (UnknownParameterException | IloException |
IllegalAccessException | NumberFormatException |