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

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

Uses of ParameterValueConversionException in org.eclipse.core.commands
 

Methods in org.eclipse.core.commands that throw ParameterValueConversionException
abstract  java.lang.Object AbstractParameterValueConverter.convertToObject(java.lang.String parameterValue)
          Converts a string encoded command parameter value into the parameter value object.
abstract  java.lang.String AbstractParameterValueConverter.convertToString(java.lang.Object parameterValue)
          Converts a command parameter value object into a string that encodes a reference to the object or serialization of the object.