SAGU
SAGU copied to clipboard
Improve error handling
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.