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

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

Uses of SerializationException in org.eclipse.core.commands
 

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