dekoning-lab / WFES2-GUI

GUI implementation of wfes2.
GNU General Public License v3.0
0 stars 1 forks source link

Show error messages to user #36

Closed AlbertoCasasOrtiz closed 3 years ago

AlbertoCasasOrtiz commented 4 years ago

Show error messages, for example, when a parameter is not valid, or an error happens.

AlbertoCasasOrtiz commented 3 years ago

Right now, when an exception is raised, it shows the message in terminal and the application raises. It should capture exceptions and show messages to user.