#include <sgfatal.hpp>
Inheritance diagram for sg_fatal_error:

Public Member Functions | |
| void | process () |
| Processes the error. | |
| sg_fatal_error (char *m) | |
| Constructor. | |
Public Attributes | |
| char * | message |
| sg_fatal_error::sg_fatal_error | ( | char * | m | ) | [inline] |
Constructor.
| [in] | m | Text of the message. |
| [in] | file | Thrown in which file. |
| [in] | line | Thrown in which line. |
| void sg_fatal_error::process | ( | ) |
Processes the error.
This method should be called once and typically halts the program. Besides, this function should warn the user with the 'message'. It can perform further operations like stopping parallel computations, ...
| char* sg_fatal_error::message |
1.5.2