log.debug("Using ModelFactory '" + result.getClass()
+ "' which was loaded via org.ontoware.rdf2go.impl.StaticBinding.");
}
} catch(ClassNotFoundException e) {
// class org.ontoware.rdf2go.impl.StaticBinding not present
throw new ModelRuntimeException(e);
} catch(SecurityException e) {
throw new ModelRuntimeException(e);
} catch(NoSuchMethodException e) {
throw new ModelRuntimeException(e);
} catch(IllegalArgumentException e) {
throw new ModelRuntimeException(e);
} catch(IllegalAccessException e) {
throw new ModelRuntimeException(e);
} catch(InvocationTargetException e) {
throw new ModelRuntimeException(e);
}
}
// if modelfactory is still null, give up