#include <exceptions.h>
Public Member Functions | |
| ElementBadTypeException (std::string _element) | |
| virtual | ~ElementBadTypeException () throw () |
| const char * | what () const throw () |
Private Attributes | |
| const std::string | element |
| std::string | message |
Exception thrown when cobject has or would have bad type. TODO howto store bad type information
| ElementBadTypeException::ElementBadTypeException | ( | std::string | _element | ) | [inline] |
| virtual ElementBadTypeException::~ElementBadTypeException | ( | ) | throw () [inline, virtual] |
| const char* ElementBadTypeException::what | ( | ) | const throw () [inline] |
Prints context information of exception.
References message.
const std::string ElementBadTypeException::element [private] |
Element identifier.
Referenced by ElementBadTypeException().
std::string ElementBadTypeException::message [private] |
Referenced by ElementBadTypeException(), and what().