{
compatible = new MetadataLoaderDispatcher().load(sCompatibleURI, compatibleProperties, nFlags, null);
}
catch (UncheckedException e)
{
throw new MetadataCompatibilityException("err.meta.compatibleMetadataLoadFailure", null, e);
}
progressProxy.progress("info.meta.verifyModelCompatibility", null, 1);
m_metadata.checkCompatibility(compatible);
}