EmptyValueException - Field Name ?

I didn’t find, when EmptyValueException/InvalidValueException is issued any way to know the field on wich the problem arised.
Is there any way ?
Tks

Hi,

these exceptions do not contain a reference to the source field. How are you doing the validation? Could you somehow catch the field reference at that point (the point where the field’s validate() method is called).

-tepi