Home
last modified time | relevance | path

Searched refs:InvalidRegistryObjectException (Results 1 – 25 of 38) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/runtime/
H A DIConfigurationElement.java109 public String getAttribute(String name) throws InvalidRegistryObjectException; in getAttribute()
180 public String[] getAttributeNames() throws InvalidRegistryObjectException; in getAttributeNames()
225 public IExtension getDeclaringExtension() throws InvalidRegistryObjectException; in getDeclaringExtension()
240 public String getName() throws InvalidRegistryObjectException; in getName()
254 public Object getParent() throws InvalidRegistryObjectException; in getParent()
273 public String getValue() throws InvalidRegistryObjectException; in getValue()
294 public String getValue(String locale) throws InvalidRegistryObjectException; in getValue()
324 public String getValueAsIs() throws InvalidRegistryObjectException; in getValueAsIs()
367 public String getNamespace() throws InvalidRegistryObjectException; in getNamespace()
376 public String getNamespaceIdentifier() throws InvalidRegistryObjectException; in getNamespaceIdentifier()
[all …]
H A DIExtensionPoint.java60 public IConfigurationElement[] getConfigurationElements() throws InvalidRegistryObjectException; in getConfigurationElements()
102 public String getNamespace() throws InvalidRegistryObjectException; in getNamespace()
111 public String getNamespaceIdentifier() throws InvalidRegistryObjectException; in getNamespaceIdentifier()
120 public IContributor getContributor() throws InvalidRegistryObjectException; in getContributor()
133 public IExtension getExtension(String extensionId) throws InvalidRegistryObjectException; in getExtension()
142 public IExtension[] getExtensions() throws InvalidRegistryObjectException; in getExtensions()
156 public String getLabel() throws InvalidRegistryObjectException; in getLabel()
178 public String getLabel(String locale) throws InvalidRegistryObjectException; in getLabel()
190 public String getSchemaReference() throws InvalidRegistryObjectException; in getSchemaReference()
201 public String getSimpleIdentifier() throws InvalidRegistryObjectException; in getSimpleIdentifier()
[all …]
H A DIExtension.java59 public IConfigurationElement[] getConfigurationElements() throws InvalidRegistryObjectException; in getConfigurationElements()
102 public String getNamespace() throws InvalidRegistryObjectException; in getNamespace()
111 public String getNamespaceIdentifier() throws InvalidRegistryObjectException; in getNamespaceIdentifier()
120 public IContributor getContributor() throws InvalidRegistryObjectException; in getContributor()
129 public String getExtensionPointUniqueIdentifier() throws InvalidRegistryObjectException; in getExtensionPointUniqueIdentifier()
143 public String getLabel() throws InvalidRegistryObjectException; in getLabel()
164 public String getLabel(String locale) throws InvalidRegistryObjectException; in getLabel()
177 public String getSimpleIdentifier() throws InvalidRegistryObjectException; in getSimpleIdentifier()
190 public String getUniqueIdentifier() throws InvalidRegistryObjectException; in getUniqueIdentifier()
H A DInvalidRegistryObjectException.java29 public class InvalidRegistryObjectException extends RuntimeException { class
40 public InvalidRegistryObjectException() { in InvalidRegistryObjectException() method in InvalidRegistryObjectException
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.tests.urischeme/src/org/eclipse/urischeme/internal/
H A DUriSchemeExtensionReaderUnitTest.java22 import org.eclipse.core.runtime.InvalidRegistryObjectException;
107 public String getValueAsIs() throws InvalidRegistryObjectException { in getValueAsIs()
112 public String getValue(String locale) throws InvalidRegistryObjectException { in getValue()
117 public String getValue() throws InvalidRegistryObjectException { in getValue()
122 public Object getParent() throws InvalidRegistryObjectException { in getParent()
127 public String getNamespaceIdentifier() throws InvalidRegistryObjectException { in getNamespaceIdentifier()
132 public String getNamespace() throws InvalidRegistryObjectException { in getNamespace()
137 public String getName() throws InvalidRegistryObjectException { in getName()
152 public IContributor getContributor() throws InvalidRegistryObjectException { in getContributor()
167 public String[] getAttributeNames() throws InvalidRegistryObjectException { in getAttributeNames()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/text/java/
H A DProposalSorterHandle.java24 import org.eclipse.core.runtime.InvalidRegistryObjectException;
83 …ProposalSorterHandle(IConfigurationElement element) throws InvalidRegistryObjectException, CoreExc… in ProposalSorterHandle()
110 …private void checkNotNull(Object value, String attribute) throws InvalidRegistryObjectException, C… in checkNotNull()
157 …chronized AbstractProposalSorter getSorter() throws CoreException, InvalidRegistryObjectException { in getSorter()
173 …private AbstractProposalSorter createSorter() throws CoreException, InvalidRegistryObjectException in createSorter()
205 } catch (InvalidRegistryObjectException x) { in sortProposals()
237 Status createExceptionStatus(InvalidRegistryObjectException x) { in createExceptionStatus()
H A DCompletionProposalComputerDescriptor.java31 import org.eclipse.core.runtime.InvalidRegistryObjectException;
167 …egistry, List<CompletionProposalCategory> categories) throws InvalidRegistryObjectException, CoreE… in CompletionProposalComputerDescriptor()
235 …private void checkNotNull(Object value, String attribute) throws InvalidRegistryObjectException, C… in checkNotNull()
284 …posalComputer getComputer(boolean canCreate) throws CoreException, InvalidRegistryObjectException { in getComputer()
319 …aCompletionProposalComputer createComputer() throws CoreException, InvalidRegistryObjectException { in createComputer()
356 } catch (InvalidRegistryObjectException x) { in computeCompletionProposals()
401 } catch (InvalidRegistryObjectException x) { in computeContextInformation()
439 } catch (InvalidRegistryObjectException x) { in sessionStarted()
472 } catch (InvalidRegistryObjectException x) { in sessionEnded()
518 private IStatus createExceptionStatus(InvalidRegistryObjectException x) { in createExceptionStatus()
[all …]
H A DProposalSorterRegistry.java28 import org.eclipse.core.runtime.InvalidRegistryObjectException;
93 } catch (InvalidRegistryObjectException x) { in ensureSortersRead()
H A DCompletionProposalComputerRegistry.java44 import org.eclipse.core.runtime.InvalidRegistryObjectException;
296 } catch (InvalidRegistryObjectException x) { in reload()
395 } catch (InvalidRegistryObjectException x) { in getCategories()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/registry/
H A DStaleObjects.java27 import org.eclipse.core.runtime.InvalidRegistryObjectException;
47 …assertThrows(InvalidRegistryObjectException.class, () -> extensionFromTheListener.getSimpleIdentif… in registryChanged()
99 …assertThrows(InvalidRegistryObjectException.class, () -> listener2.getAcquiredHandle().getSimpleId… in testA()
102 assertThrows(InvalidRegistryObjectException.class, () -> willBeStale.getSimpleIdentifier()); in testA()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/internal/texteditor/rulers/
H A DExtensionPointHelper.java27 import org.eclipse.core.runtime.InvalidRegistryObjectException;
39 public ExtensionPointHelper(IConfigurationElement element) throws InvalidRegistryObjectException { in ExtensionPointHelper()
46 …c String getDefaultAttribute(String attribute, String dflt) throws InvalidRegistryObjectException { in getDefaultAttribute()
51 …public String getNonNullAttribute(String attribute) throws InvalidRegistryObjectException, CoreExc… in getNonNullAttribute()
H A DRulerColumnPlacement.java23 import org.eclipse.core.runtime.InvalidRegistryObjectException;
51 …public RulerColumnPlacement(IConfigurationElement element) throws InvalidRegistryObjectException, … in RulerColumnPlacement()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/bundles/org.eclipse.core.expressions/src/org/eclipse/core/internal/expressions/
H A DDefinitionRegistry.java28 import org.eclipse.core.runtime.InvalidRegistryObjectException;
75 } catch (InvalidRegistryObjectException e) { in getExpression()
88 …sion getExpression(String id, IConfigurationElement element) throws InvalidRegistryObjectException, in getExpression()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.registry/src/org/eclipse/core/internal/registry/
H A DTemporaryObjectManager.java17 import org.eclipse.core.runtime.InvalidRegistryObjectException;
98 } catch (InvalidRegistryObjectException e) { in getObject()
104 throw new InvalidRegistryObjectException(); in getObject()
H A DContribution.java17 import org.eclipse.core.runtime.InvalidRegistryObjectException;
147 throw new InvalidRegistryObjectException(); in unlinkChild()
H A DConfigurationElementHandle.java64 } catch (InvalidRegistryObjectException e) { in createExecutableExtension()
161 } catch (InvalidRegistryObjectException e) { in isValid()
H A DHandle.java16 import org.eclipse.core.runtime.InvalidRegistryObjectException;
H A DBaseExtensionHandle.java103 } catch (InvalidRegistryObjectException e) { in isValid()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/rulers/
H A DRulerColumnDescriptor.java21 import org.eclipse.core.runtime.InvalidRegistryObjectException;
97 …urationElement element, RulerColumnRegistry registry) throws InvalidRegistryObjectException, CoreE… in RulerColumnDescriptor()
253 …RulerColumn createColumn(ITextEditor editor) throws CoreException, InvalidRegistryObjectException { in createColumn()
323 } catch (InvalidRegistryObjectException e) { in getContributor()
H A DRulerColumnRegistry.java33 import org.eclipse.core.runtime.InvalidRegistryObjectException;
167 } catch (InvalidRegistryObjectException x) { in reload()
262 …private void noteInvalidExtension(IConfigurationElement element, InvalidRegistryObjectException x)… in noteInvalidExtension()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/
H A DTouchpointManager.java69 } catch (InvalidRegistryObjectException e) { in getVersion()
77 } catch (InvalidRegistryObjectException e) { in getType()
162 }catch (InvalidRegistryObjectException e) { in getTouchpointEntries()
H A DActionManager.java82 } catch (InvalidRegistryObjectException e) { in getAction()
113 }catch (InvalidRegistryObjectException e) { in getActionMap()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/registry/simple/
H A DDirectExtensionRemoveTest.java32 import org.eclipse.core.runtime.InvalidRegistryObjectException;
151 …assertThrows(InvalidRegistryObjectException.class, () -> ces11[0].getAttributeNames()); // should … in testAssociatedConfigElements()
153 …assertThrows(InvalidRegistryObjectException.class, () -> ces12[0].getAttributeNames()); // should … in testAssociatedConfigElements()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help/src/org/eclipse/help/internal/toc/
H A DTocFileProvider.java22 import org.eclipse.core.runtime.InvalidRegistryObjectException;
84 catch (InvalidRegistryObjectException e) { in getTocFiles()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.runtime/tests/org.eclipse.core.expressions.tests/src/org/eclipse/core/internal/expressions/tests/
H A DPropertyTesterTests.java29 import org.eclipse.core.runtime.InvalidRegistryObjectException;
136 } catch (CoreException | InvalidRegistryObjectException e) { in testDynamicPlugin()

12