Uses of Class
org.eclipse.core.commands.common.CommandException
Packages that use CommandException
Package
Description
Application programming interfaces for commands and handlers.
Application programming interfaces for common base classes.
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
-
Uses of CommandException in org.eclipse.core.commands
Subclasses of CommandException in org.eclipse.core.commandsModifier and TypeClassDescriptionfinal classSignals that an exception occurred during the execution of a command.final classSignals that an attempt was made to execute a command that is not enabled.final classSignals that an attempt was made to access the properties of an unhandled object.classSignals that a problem occurred while converting a command parameter value from string to object, or object to string.final classSignals that a problem has occurred while trying to create an instance ofIParameterValues.final classSignals that an exception occurred while serializing aParameterizedCommandto a string or deserializing a String to aParameterizedCommand. -
Uses of CommandException in org.eclipse.core.commands.common
Subclasses of CommandException in org.eclipse.core.commands.commonModifier and TypeClassDescriptionfinal classSignals that an attempt was made to access the properties of an undefined object. -
Uses of CommandException in org.eclipse.e4.ui.bindings.keys
Methods in org.eclipse.e4.ui.bindings.keys that throw CommandExceptionModifier and TypeMethodDescriptionfinal booleanKeyBindingDispatcher.executeCommand(ParameterizedCommand parameterizedCommand, Event trigger) Performs the actual execution of the command by looking up the current handler from the command manager. -
Uses of CommandException in org.eclipse.ui.actions
Subclasses of CommandException in org.eclipse.ui.actionsModifier and TypeClassDescriptionclassIndicates that an action has no command mapping.