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:
- java.io.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CommandNotMappedException
public CommandNotMappedException(java.lang.String message)
- Parameters:
message
-
CommandNotMappedException
public CommandNotMappedException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.