| » Details |
|---|
|
| » Comment |
|
This package will be useful to me for a couple of programs. Couple of small comments: 1. Instead of making the class abstract, it would be semantically better to use a private constructor. That would prevent sub-classing and instantiating the class, for example. 2. I'd like to see class constants for error codes instead of defined constants. |