SAGU icon indicating copy to clipboard operation
SAGU copied to clipboard

Improve error handling

Open liry opened this issue 10 years ago • 0 comments

There's a lot of empty catch blocks in code and some with printStackTrace(). We need to handle these properly - log them and display to user if appropriate (use own Exception types to differentiate between these).

It would be fine to have some top-level catch block to display and log exceptions. Also ensure the application log file is created on start if doesn't exist.

liry avatar Oct 18 '15 09:10 liry