public class ParameterValueConversionException extends CommandException
AbstractParameterValueConverter,
Serialized Form| Constructor and Description |
|---|
ParameterValueConversionException(java.lang.String message)
Creates a new instance of this class with the specified detail message.
|
ParameterValueConversionException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance of this class with the specified detail message
and cause.
|
getCausepublic ParameterValueConversionException(java.lang.String message)
message - the detail message; may be null.public ParameterValueConversionException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message; may be null.cause - the cause; may be null.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.