I have a deceptively simple scenario, and I want a simple solution, but it\'s not obvious which is \"most correct\" or \"most Java\".
Let\'s say I have a small authe
You could return a Collection of error messages, empty indicating that there were no problems. This is a refinement of your third suggestion.