Public Member Functions | Private Attributes
mbl_exception_parse_file_error Class Reference

Indicates a problem whilst parsing a file. More...

#include <mbl_exception.h>

List of all members.

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_

Detailed Description

Indicates a problem whilst parsing a file.

Definition at line 129 of file mbl_exception.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

Definition at line 132 of file mbl_exception.h.

Definition at line 131 of file mbl_exception.h.


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