org.eclipse.ui.actions
Class CommandNotMappedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.core.commands.common.CommandException
org.eclipse.ui.actions.CommandNotMappedException
- All Implemented Interfaces:
- Serializable
- public class CommandNotMappedException
- extends CommandException
Indicates that an action has no command mapping. The declaration can be
updated to include a definitionId.
- Since:
- 3.3
- See Also:
- Serialized Form
CommandNotMappedException
public CommandNotMappedException(String message)
- Parameters:
message
-
CommandNotMappedException
public CommandNotMappedException(String message,
Throwable cause)
- Parameters:
message
- cause
-
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.