Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IConfigurationElement.java')
-rw-r--r--bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IConfigurationElement.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IConfigurationElement.java b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IConfigurationElement.java
index 225fb80f0..f23f7067d 100644
--- a/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IConfigurationElement.java
+++ b/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/IConfigurationElement.java
@@ -76,6 +76,7 @@ public interface IConfigurationElement {
* could not be created for any reason
* @see IExecutableExtension#setInitializationData(IConfigurationElement, String, Object)
* @see IExecutableExtensionFactory
+ * @throws InvalidRegistryObjectException if this configuration element is no longer valid
*/
public Object createExecutableExtension(String propertyName) throws CoreException;

Back to the top