In designing class with multiple/nested has-a relationships, who should catch exceptions?
I guess this depends on design but is there any rule of thumb?
In designing class with multiple/nested has-a relationships, who should catch exceptions? I guess this
Share
The rule of thumb is the one who knows better what to do with that exception should catch the exception.