_fileEncoding = helper.determineDesignEncoding();
try {
_model = helper.createModel();
} catch (IOException e) {
Activator.getDefault().getLog().log(new Status(Status.ERROR, Activator.PLUGIN_ID, "Unable to retrieve designconfigurationmodel for tml resource '" + _tmlFile.getLocation() + "'.", e));
}
try {
reload();
} catch (IOException e) {
Activator.getDefault().getLog().log(new Status(Status.ERROR, Activator.PLUGIN_ID, "Unable to init model for tml resource '" + _tmlFile.getLocation() + "'.", e));
}
}