Uses of Class
org.eclipse.core.commands.common.CommandException
-
Packages that use CommandException Package Description org.eclipse.core.commands Application programming interfaces for commands and handlers.org.eclipse.core.commands.common Application programming interfaces for common base classes.org.eclipse.ui.actions 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.commands Modifier and Type Class Description classExecutionExceptionSignals that an exception occured during the execution of a command.classNotEnabledExceptionSignals that an attempt was made to execute a command that is not enabled.classNotHandledExceptionSignals that an attempt was made to access the properties of an unhandled object.classParameterValueConversionExceptionSignals that a problem occurred while converting a command parameter value from string to object, or object to string.classParameterValuesExceptionSignals that a problem has occurred while trying to create an instance ofIParameterValues.classSerializationExceptionSignals that an exception occured 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.common Modifier and Type Class Description classNotDefinedExceptionSignals that an attempt was made to access the properties of an undefined object. -
Uses of CommandException in org.eclipse.ui.actions
Subclasses of CommandException in org.eclipse.ui.actions Modifier and Type Class Description classCommandNotMappedExceptionIndicates that an action has no command mapping.
-