Uses of Class
org.eclipse.core.commands.ParameterValueConversionException
Package
Description
Application programming interfaces for commands and handlers.
-
Uses of ParameterValueConversionException in org.eclipse.core.commands
Modifier and TypeMethodDescriptionabstract Object
AbstractParameterValueConverter.convertToObject
(String parameterValue) Converts a string encoded command parameter value into the parameter value object.abstract String
AbstractParameterValueConverter.convertToString
(Object parameterValue) Converts a command parameter value object into a string that encodes a reference to the object or serialization of the object.