Tagged Questions
1
vote
12answers
439 views
preconditions and exceptions
Suppose you have a method with some pre and post-conditions.
Is it ok to create an exception class for each pre-condition that is not accomplished?
For example:
Not accomplishing pre1 means throwing ...