#include <enumeration.hpp>
Inherits std::exception.
Public Member Functions | |
illegal_enum_value () | |
illegal_enum_value (const std::string &what) | |
virtual | ~illegal_enum_value () throw () |
virtual const char * | what () const throw () |
Protected Attributes | |
std::string | what_ |
mapnik::illegal_enum_value::illegal_enum_value | ( | ) | [inline] |
mapnik::illegal_enum_value::illegal_enum_value | ( | const std::string & | what | ) | [inline] |
virtual mapnik::illegal_enum_value::~illegal_enum_value | ( | ) | throw () [inline, virtual] |
virtual const char* mapnik::illegal_enum_value::what | ( | ) | const throw () [inline, virtual] |
References what_.
std::string mapnik::illegal_enum_value::what_ [protected] |
Referenced by what().