39404142434445464748
throw new PatchException("Patch '" + patchId + "' not found"); } if (patch.isInstalled()) { throw new PatchException("Patch '" + patchId + "' is already installed"); } Result result = patch.simulate(); display(result); } }