pcj
pcj copied to clipboard
Introduce proper error handling
The code base has printStackTrace
sprinkled over various places in place of proper error handling and logging. In cases where exceptions are wrapped the cause is not passed on. Interruption is not handled properly.