Eclipse Platform
Release 3.3

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

Packages that use SerializationException
org.eclipse.core.commands Application programming interfaces for commands and handlers.  
org.eclipse.ui.commands Provides support for retrieving information on Commands from the workbench. 
 

Uses of SerializationException in org.eclipse.core.commands
 

Methods in org.eclipse.core.commands that throw SerializationException
 ParameterizedCommand CommandManager.deserialize(String serializedParameterizedCommand)
           Returns a ParameterizedCommand with a command and parameterizations as specified in the provided serializedParameterizedCommand string.
 

Uses of SerializationException in org.eclipse.ui.commands
 

Methods in org.eclipse.ui.commands that throw SerializationException
 ParameterizedCommand ICommandService.deserialize(String serializedParameterizedCommand)
           Returns a ParameterizedCommand with a command and parameterizations as specified in the provided serializedParameterizedCommand string.
 


Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

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