#include <Tools.h>
Inheritance diagram for Tools::NotSupportedException:


Definition at line 203 of file Tools.h.
Public Member Functions | |
| NotSupportedException (std::string s) | |
| virtual | ~NotSupportedException () |
| virtual std::string | what () |
Private Attributes | |
| std::string | m_error |
| Tools::NotSupportedException::NotSupportedException | ( | std::string | s | ) |
| virtual Tools::NotSupportedException::~NotSupportedException | ( | ) | [inline, virtual] |
| virtual std::string Tools::NotSupportedException::what | ( | ) | [virtual] |
Implements Tools::Exception.
std::string Tools::NotSupportedException::m_error [private] |
1.5.1