#include <config_error.hpp>
Inherits std::exception.
Public Member Functions | |
config_error () | |
config_error (const std::string &what) | |
virtual | ~config_error () throw () |
virtual const char * | what () const throw () |
void | append_context (const std::string &ctx) const |
Protected Attributes | |
std::string | what_ |
mapnik::config_error::config_error | ( | ) | [inline] |
mapnik::config_error::config_error | ( | const std::string & | what | ) | [inline] |
virtual mapnik::config_error::~config_error | ( | ) | throw () [inline, virtual] |
void mapnik::config_error::append_context | ( | const std::string & | ctx | ) | const [inline] |
References what_.
Referenced by mapnik::libxml2_loader::load(), and mapnik::map_parser::parse_map().
virtual const char* mapnik::config_error::what | ( | ) | const throw () [inline, virtual] |
References what_.
std::string mapnik::config_error::what_ [mutable, protected] |
Referenced by append_context(), and what().