else {
status = new Status(IStatus.ERROR, CloudFoundryServerUiPlugin.PLUGIN_ID, NLS.bind(
Messages.CloudUiUtil_ERROR_FORK_UNEXPECTED, e.getMessage()), e);
}
CloudFoundryServerUiPlugin.getDefault().getLog().log(status);
IWizardPage page = wizard.getContainer().getCurrentPage();
if (page instanceof DialogPage) {
((DialogPage) page).setErrorMessage(status.getMessage());
}
return status;
}