437438439440441442443444
return exception; } public static MockException makeCfgException(String msg) { exception = new AmbiguousConfigurationException(msg); return exception; }