Public Member Functions | Private Attributes
mbl_exception_abort Class Reference

General purpose - a replacement for vcl_abort. More...

#include <mbl_exception.h>

List of all members.

Public Member Functions

 mbl_exception_abort (const vcl_string &comment)
const char * what () const

Private Attributes

vcl_string msg_

Detailed Description

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.


Constructor & Destructor Documentation

mbl_exception_abort::mbl_exception_abort ( const vcl_string &  comment)

Definition at line 68 of file mbl_exception.cxx.


Member Function Documentation

const char* mbl_exception_abort::what ( ) const [inline]

Definition at line 82 of file mbl_exception.h.


Member Data Documentation

vcl_string mbl_exception_abort::msg_ [private]

Definition at line 79 of file mbl_exception.h.


The documentation for this class was generated from the following files: