This change adds the exception thrown by a setter method annotated
with the @Parameter to the ParameterException.
Before this change it was not clear what exactly happened, because
ParameterException did not have the original exception thrown by the
@Parameter setter method.
This change adds the exception thrown by a setter method annotated with the @Parameter to the ParameterException.
Before this change it was not clear what exactly happened, because ParameterException did not have the original exception thrown by the @Parameter setter method.