Print more information on exceptions.
authorTeemu Murtola <teemu.murtola@gmail.com>
Fri, 7 Sep 2012 10:20:23 +0000 (13:20 +0300)
committerTeemu Murtola <teemu.murtola@gmail.com>
Fri, 7 Sep 2012 17:19:59 +0000 (20:19 +0300)
commita8626ffca2d69be70fe7b8c7ffb723593fd56d6c
tree334c8723f4cd7784b6b740bd213c44611a75ffdb
parent8d575f9e01772a0c51645310d0325062286067cd
Print more information on exceptions.

- Identify a few more exception types instead of printing "Unknown
  exception".  Print the dynamic type of the exception for the unknown
  exception case as well as some other cases.
- Print errno information if it is included in the exception.

Part of #838.

Change-Id: If64bd37e32e2585f78fb95a29a4a2eef95b79142
src/gromacs/utility/exceptions.cpp