Uses of Class
org.eclipse.core.commands.NotHandledException
Packages that use NotHandledException
Package
Description
Application programming interfaces for commands and handlers.
Provides support for integrating handlers into the Eclipse workbench.
-
Uses of NotHandledException in org.eclipse.core.commands
Methods in org.eclipse.core.commands with parameters of type NotHandledExceptionModifier and TypeMethodDescriptionvoid
IExecutionListener.notHandled
(String commandId, NotHandledException exception) Notifies the listener that an attempt was made to execute a command with no handler.Methods in org.eclipse.core.commands that throw NotHandledExceptionModifier and TypeMethodDescriptionCommand.execute
(ExecutionEvent event) Deprecated.Deprecated.Please useParameterizedCommand.executeWithChecks(Object, Object)
instead.Command.executeWithChecks
(ExecutionEvent event) Executes this command by delegating to the current handler, if any.ParameterizedCommand.executeWithChecks
(Object trigger, Object applicationContext) Executes this command with its parameters. -
Uses of NotHandledException in org.eclipse.ui.handlers
Methods in org.eclipse.ui.handlers that throw NotHandledExceptionModifier and TypeMethodDescriptionIHandlerService.executeCommand
(String commandId, Event event) Executes the command with the given identifier and no parameters.IHandlerService.executeCommand
(ParameterizedCommand command, Event event) Executes the given parameterized command.IHandlerService.executeCommandInContext
(ParameterizedCommand command, Event event, IEvaluationContext context) Executes the given parameterized command in the provided context.
Command.executeWithChecks(ExecutionEvent)
instead.