Refactor exception classes to offer builder pattern APIs
royclarkson opened this issue · 1 comments
royclarkson commented
There are a significant number of constructor overloads in all the various exception classes. A builder pattern would reduce the need for all of these.
royclarkson commented
I reviewed all these classes. Some of them possibly have a few extra constructors, but it doesn't warrant refactoring all of them. Closing this as unnecessary.