53545556575859606162
} @Override public void setConfig(ExmlConfiguration config) { try { this.configClassRegistry = new ConfigClassRegistry(config); } catch (IOException e) { throw new ExmlcException("unable to build config class registry: " + e.getMessage(), e); } }