tomtkarl / WSCreator

Web Service Design and Generation tool
0 stars 0 forks source link

Error handling #44

Closed tomtkarl closed 11 years ago

tomtkarl commented 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.

tomtkarl commented 11 years ago

Need some notion of a default message formatter so that all errors have some format.