221222223224225226227228229230231
if (stereotype == null) { throw new MetafacadeException("Could not apply '" + UMLProfile.STEREOTYPE_IDENTIFIER + "' to " + property + ", the stereotype could not be found"); } property.apply(stereotype); } } } /**