Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.core.commands.NotHandledException

Packages that use NotHandledException
org.eclipse.core.commands Application programming interfaces for commands and handlers.  
org.eclipse.ui.commands   
 

Uses of NotHandledException in org.eclipse.core.commands
 

Methods in org.eclipse.core.commands with parameters of type NotHandledException
 void IExecutionListener.notHandled(String commandId, NotHandledException exception)
          Notifies the listener that an attempt was made to execute a command with no handler.
 

Methods in org.eclipse.core.commands that throw NotHandledException
 Object ParameterizedCommand.execute(Object trigger, Object applicationContext)
          Executes this command with its parameters.
 Object Command.execute(ExecutionEvent event)
          Executes this command by delegating to the current handler, if any.
 

Uses of NotHandledException in org.eclipse.ui.commands
 

Constructors in org.eclipse.ui.commands with parameters of type NotHandledException
NotHandledException(NotHandledException e)
          Deprecated. Constructs a legacy NotHandledException based on the new NotHandledException
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.