General purpose - a replacement for vcl_abort. More...
#include <mbl_exception.h>
Public Member Functions | |
| mbl_exception_abort (const vcl_string &comment) | |
| const char * | what () const | 
Private Attributes | |
| vcl_string | msg_ | 
General purpose - a replacement for vcl_abort.
The only point of catching this exception, is to give you a chance to save your data. If this exception is thrown, then the program correctness is in doubt.
Definition at line 77 of file mbl_exception.h.
| mbl_exception_abort::mbl_exception_abort | ( | const vcl_string & | comment | ) | 
Definition at line 68 of file mbl_exception.cxx.
| const char* mbl_exception_abort::what | ( | ) |  const [inline] | 
        
Definition at line 82 of file mbl_exception.h.
vcl_string mbl_exception_abort::msg_ [private] | 
        
Definition at line 79 of file mbl_exception.h.
 1.7.5.1