java.lang.Object java.lang.Throwable java.lang.Exception org.eclipse.core.commands.common.CommandException org.eclipse.ui.actions.CommandNotMappedException
public class CommandNotMappedException
Indicates that an action has no command mapping. The declaration can be updated to include a definitionId.
CommandNotMappedException ( String message)
CommandNotMappedException ( String message, Throwable cause)
getCause
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public CommandNotMappedException( String message)
message
public CommandNotMappedException( String message, Throwable cause)
cause
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.