Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

Uses of Class
org.eclipse.core.commands.common.CommandException

Packages that use CommandException
org.eclipse.core.commands Application programming interfaces for commands and handlers. 
org.eclipse.core.commands.common Application programming interfaces for common base classes. 
org.eclipse.ui.actions Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. 
 

Uses of CommandException in org.eclipse.core.commands
 

Subclasses of CommandException in org.eclipse.core.commands
 class ExecutionException
          Signals that an exception occured during the execution of a command.
 class NotEnabledException
          Signals that an attempt was made to execute a command that is not enabled.
 class NotHandledException
          Signals that an attempt was made to access the properties of an unhandled object.
 class ParameterValueConversionException
          Signals that a problem occurred while converting a command parameter value from string to object, or object to string.
 class ParameterValuesException
           Signals that a problem has occurred while trying to create an instance of IParameterValues.
 class SerializationException
          Signals that an exception occured while serializing a ParameterizedCommand to a string or deserializing a String to a ParameterizedCommand.
 

Uses of CommandException in org.eclipse.core.commands.common
 

Subclasses of CommandException in org.eclipse.core.commands.common
 class NotDefinedException
          Signals that an attempt was made to access the properties of an undefined object.
 

Uses of CommandException in org.eclipse.ui.actions
 

Subclasses of CommandException in org.eclipse.ui.actions
 class CommandNotMappedException
          Indicates that an action has no command mapping.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire