Search Results

7
votes
21answers
2k views

Business Objects, Validation And Exceptions

I’ve been reading a few questions and answers regarding exceptions and their use. Seems to be a strong opinion that exceptions should be raised only for exception, unhandled cases. So that lead me …
0
votes

Business Objects, Validation And Exceptions

"You could add a separate function that does the validation for the setter. In your example this function would return true if the value is in range and false if it is not." I'd be happy en …
0
votes

Business Objects, Validation And Exceptions

@Jeromy: I had briefly thought of that. Actually that might work ok. One problem if I use an exception and stop the user from moving out of a textbox, they can't …