Public Member Functions

bad_file_format_exception Class Reference

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 ()

Detailed Description

Provides an exception for the case a parser problem occurs.


Constructor & Destructor Documentation

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]

Member Function Documentation

virtual const char* what (  )  const throw () [inline, virtual]

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