|
libMesh
|
A class representing an exception used only to send a program to the terminate handler for abort after cleanup, while bypassing the usual debugging output (performance logs, stack traces, "terminating" messages) that the handler does to ease debugging of uncaught error exceptions. More...
#include <libmesh_exceptions.h>
Public Member Functions | |
| TerminationException () | |
| const char * | what () const noexcept |
A class representing an exception used only to send a program to the terminate handler for abort after cleanup, while bypassing the usual debugging output (performance logs, stack traces, "terminating" messages) that the handler does to ease debugging of uncaught error exceptions.
We don't even inherit from std::exception here, to avoid being caught as that type.
Definition at line 207 of file libmesh_exceptions.h.
|
inline |
Definition at line 210 of file libmesh_exceptions.h.
|
inlinenoexcept |
Definition at line 212 of file libmesh_exceptions.h.
1.8.14