public static class ParameterSetParser.WrongParameterTypeException extends ParameterException
Parameter,
DataType,
Serialized Form| Constructor and Description |
|---|
WrongParameterTypeException(String msg)
Creates a new instance of a
ParameterSetParser.WrongParameterTypeException with
a given error message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WrongParameterTypeException(String msg)
ParameterSetParser.WrongParameterTypeException with
a given error message.msg - the error messageParameterException.ParameterException(String)