});
}
private void startWizard() {
try {
Wizard wiz = createWizard(page.getTreeMapper());
wiz.start(page.getWindow());
} catch (Exception ex) {
ErrorLog.attention(LaunchTreeMapperToTextStructureWizardAction.class, "An unexpected error occurred", ex);
}
}