elangRT.initialize(oelang.properties);
_runtimes.put(oelang, elangRT);
} catch (ConfigurationException ce) {
throw ce;
} catch (IllegalAccessException e) {
throw new ConfigurationException("Illegal Access Error", e);
} catch (InstantiationException e) {
throw new ConfigurationException("Instantiation Error", e);
} catch (ClassNotFoundException e) {
throw new ConfigurationException("Class Not Found Error", e);
}
}