Indicates a problem whilst parsing a block of text configuration data. More...
#include <mbl_exception.h>
Public Member Functions | |
mbl_exception_parse_block_parse_error (const vcl_string &msg, const vcl_string &contents) | |
const char * | what () const |
Private Attributes | |
vcl_string | msg_ |
Indicates a problem whilst parsing a block of text configuration data.
Definition at line 282 of file mbl_exception.h.
mbl_exception_parse_block_parse_error::mbl_exception_parse_block_parse_error | ( | const vcl_string & | msg, |
const vcl_string & | contents | ||
) | [inline] |
Definition at line 286 of file mbl_exception.h.
const char* mbl_exception_parse_block_parse_error::what | ( | ) | const [inline] |
Definition at line 290 of file mbl_exception.h.
vcl_string mbl_exception_parse_block_parse_error::msg_ [private] |
Definition at line 284 of file mbl_exception.h.