Indicates a problem whilst parsing text configuration data into an mbl_read_props object. More...
#include <mbl_exception.h>
Public Member Functions | |
| mbl_exception_read_props_parse_error (const vcl_string &msg) | |
| const char * | what () const |
Private Attributes | |
| vcl_string | msg_ |
Indicates a problem whilst parsing text configuration data into an mbl_read_props object.
Definition at line 257 of file mbl_exception.h.
| mbl_exception_read_props_parse_error::mbl_exception_read_props_parse_error | ( | const vcl_string & | msg | ) | [inline] |
Definition at line 261 of file mbl_exception.h.
| const char* mbl_exception_read_props_parse_error::what | ( | ) | const [inline] |
Definition at line 263 of file mbl_exception.h.
vcl_string mbl_exception_read_props_parse_error::msg_ [private] |
Definition at line 259 of file mbl_exception.h.
1.7.5.1