#include <DataVariant.h>

Public Member Functions | |
| UnsupportedOperation (const std::string &message) | |
| virtual | ~UnsupportedOperation () throw () |
| const char * | what () const throw () |
Definition at line 96 of file DataVariant.h.
| DataVariant::UnsupportedOperation::UnsupportedOperation | ( | const std::string & | message | ) | [explicit] |
Constructor.
| message | The string used to provide additional information about why the operation was not supported. |
Definition at line 106 of file DataVariant.h.
| virtual DataVariant::UnsupportedOperation::~UnsupportedOperation | ( | ) | throw () [virtual] |
| const char* DataVariant::UnsupportedOperation::what | ( | ) | const throw () |
Query for additional information.
Definition at line 119 of file DataVariant.h.