No, I mean that I have thus kind of validation (non null, max size, format) in all my setters so all the classes that use my domain objects have to deal with this kind of exceptions. I am thinking of...
Type: Posts; User: cesbron; Keyword(s):
No, I mean that I have thus kind of validation (non null, max size, format) in all my setters so all the classes that use my domain objects have to deal with this kind of exceptions. I am thinking of...