Uses of Class
org.eclipse.core.commands.SerializationException
Packages that use SerializationException
Package
Description
Application programming interfaces for commands and handlers.
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 SerializationExceptionModifier and TypeMethodDescriptionCommandManager.deserialize(String serializedParameterizedCommand) Returns aParameterizedCommandwith a command and parameterizations as specified in the providedserializedParameterizedCommandstring. -
Uses of SerializationException in org.eclipse.ui.commands
Methods in org.eclipse.ui.commands that throw SerializationExceptionModifier and TypeMethodDescriptionICommandService.deserialize(String serializedParameterizedCommand) Returns aParameterizedCommandwith a command and parameterizations as specified in the providedserializedParameterizedCommandstring.