java.lang.Object java.lang.Throwable java.lang.Exception org.eclipse.core.commands.common.CommandException org.eclipse.core.commands.ParameterValueConversionException
public class ParameterValueConversionException
Signals that a problem occurred while converting a command parameter value from string to object, or object to string.
AbstractParameterValueConverter
ParameterValueConversionException ( String message)
ParameterValueConversionException ( String message, Throwable cause)
getCause
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ParameterValueConversionException( String message)
message
null
public ParameterValueConversionException( String message, Throwable cause)
cause
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.