#include <utilmm/configfile/commandline.hh>
Public Member Functions | |
~bad_syntax () throw () | |
bad_syntax (std::string const &source_, std::string const &error_="") | |
char const * | what () const throw () |
Public Attributes | |
std::string | source |
std::string | error |
utilmm::bad_syntax::~bad_syntax | ( | ) | throw () [inline] |
utilmm::bad_syntax::bad_syntax | ( | std::string const & | source_, | |
std::string const & | error_ = "" | |||
) | [inline] |
char const* utilmm::bad_syntax::what | ( | ) | const throw () [inline] |
std::string utilmm::bad_syntax::source |
std::string utilmm::bad_syntax::error |