Skip to content

gui: Present errors

Antoine Belvire requested to merge feature/15_gui_present_errors into master

Context

Error presentation

Implements #15 (closed).

What has changed?

Main Changes

gui

  • Implement error presentation, using a simple Alert dialog

Side Effects

core, solver-*-plugin, tests

  • Rework solver plugin error handling: Solvers runtime exceptions are now caught and presented as solver errors.
Edited by Antoine Belvire

Merge request reports