Indicates a problem whilst parsing a file. More...
#include <mbl_exception.h>
Public Member Functions | |
mbl_exception_parse_file_error (const vcl_string &msg, const vcl_string &filename) | |
const char * | what () const |
const char * | filename () const |
Private Attributes | |
vcl_string | msg_ |
vcl_string | filename_ |
Indicates a problem whilst parsing a file.
Definition at line 129 of file mbl_exception.h.
mbl_exception_parse_file_error::mbl_exception_parse_file_error | ( | const vcl_string & | msg, |
const vcl_string & | filename | ||
) | [inline] |
Definition at line 134 of file mbl_exception.h.
const char* mbl_exception_parse_file_error::filename | ( | ) | const [inline] |
Definition at line 137 of file mbl_exception.h.
const char* mbl_exception_parse_file_error::what | ( | ) | const [inline] |
Definition at line 136 of file mbl_exception.h.
vcl_string mbl_exception_parse_file_error::filename_ [private] |
Definition at line 132 of file mbl_exception.h.
vcl_string mbl_exception_parse_file_error::msg_ [private] |
Definition at line 131 of file mbl_exception.h.