Provides an exception for the case a parser problem occurs. More...
#include <helper.hpp>
Public Member Functions | |
virtual const char * | what () const throw () |
bad_file_format_exception (std::string file, std::string message) | |
Constructor taking the file name and a custom parser-specific message to be issued. | |
bad_file_format_exception (std::string message) | |
Constructor taking a custom parser-specific message to be issued. | |
virtual | ~bad_file_format_exception () throw () |
Provides an exception for the case a parser problem occurs.
bad_file_format_exception | ( | std::string | file, | |
std::string | message | |||
) | [inline] |
Constructor taking the file name and a custom parser-specific message to be issued.
bad_file_format_exception | ( | std::string | message | ) | [inline] |
Constructor taking a custom parser-specific message to be issued.
virtual ~bad_file_format_exception | ( | ) | throw () [inline, virtual] |
virtual const char* what | ( | ) | const throw () [inline, virtual] |