users@jax-rs-spec.java.net

[jax-rs-spec users] Re: Editors Note 7.2

From: <rsigal_at_redhat.com>
Date: Thu, 19 Apr 2012 01:20:30 +0000 (GMT)

Hi Santiago,

Yes, exactly. If I were more clever, that is what I would have said.
;)

In Resteasy, I have an ExceptionMapper that turns a subclass of
ConstraintViolationException into a form that gets transported to the
client, and it includes this basic information (invalid value and
message), with the intention that an alternative ExceptionMapper could
be used if more information is desired. So maybe List<? extends
ValidationError> would be more flexible.

Thanks,
Ron