Indicates that an expected property label was missing. More...
#include <mbl_exception.h>
Public Member Functions | |
| mbl_exception_missing_property (const vcl_string &missing) | |
| const char * | what () const |
Private Attributes | |
| vcl_string | msg_ |
Indicates that an expected property label was missing.
Definition at line 200 of file mbl_exception.h.
| mbl_exception_missing_property::mbl_exception_missing_property | ( | const vcl_string & | missing | ) | [inline] |
Definition at line 204 of file mbl_exception.h.
| const char* mbl_exception_missing_property::what | ( | ) | const [inline] |
Definition at line 206 of file mbl_exception.h.
vcl_string mbl_exception_missing_property::msg_ [private] |
Definition at line 202 of file mbl_exception.h.
1.7.5.1