dekoning-lab / WFES2-GUI

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

Catch all possible exceptions #37

Closed AlbertoCasasOrtiz closed 3 years ago

AlbertoCasasOrtiz commented 4 years ago

Catch all possible exception. For example, when an error happens if the CPU or GPU has no more memory, or if an unexpected 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.

Capture all exceptions, including the ones that could arise in undetermined situations.