Uses of Class
org.eclipse.core.commands.SerializationException
-
Packages that use SerializationException Package Description 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 Modifier and Type Method Description ParameterizedCommandCommandManager. 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 SerializationException Modifier and Type Method Description ParameterizedCommandICommandService. deserialize(String serializedParameterizedCommand)Returns aParameterizedCommandwith a command and parameterizations as specified in the providedserializedParameterizedCommandstring.
-