Package 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
Indicates that an action has no command mapping. The declaration can be
updated to include a definitionId.
- Since:
- 3.3
- See Also:
-
Constructor Summary
ConstructorDescriptionCommandNotMappedException
(String message) CommandNotMappedException
(String message, Throwable cause) Creates a new instance of this class with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CommandNotMappedException
- Parameters:
message
- the detail message; may benull
.
-
CommandNotMappedException
Creates a new instance of this class with the specified detail message and cause.- Parameters:
message
- the detail message; may benull
cause
- the cause; may benull
.
-