Closed tomtkarl closed 11 years ago
A lot of auto-generated catch blocks simply print a stacktrace then continue on. Log the stacktrace and throw a custom Exception so some kind of error can be returned to the user.
Need some notion of a default message formatter so that all errors have some format.
A lot of auto-generated catch blocks simply print a stacktrace then continue on. Log the stacktrace and throw a custom Exception so some kind of error can be returned to the user.