Skip to content
Snippets Groups Projects
Commit 8f970ae6 authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Completed exception mapping.

Now every exception thrown within PLUMED is remapped in the wrapper.

In particular:
- All standard C++ exceptions are remapped to equivalent ones.
- PLUMED exceptions and lepton exceptions are remapped to ad hoc classes.
- Any other exception derived from std::exception is mapped to std::exception.
- Any other exception is rethrown after printing a warning.
parent 763885d1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment