#include <exceptions.h>
Public Member Functions | |
DXNotImplementedError (const std::string &msg, const std::string &type=DXErrorTypes::DXNOT_IMPLEMENTED_ERROR) | |
Public Member Functions inherited from dx::DXError | |
DXError (const std::string &msg, const std::string &type=DXErrorTypes::DEFAULT_ERROR) | |
virtual const char * | what () const throw () |
Additional Inherited Members | |
Public Attributes inherited from dx::DXError | |
std::string | msg |
The actual error message. | |
std::string | type |
Type of the error message (can be a free-form string, but usually one of the static members from DXError class) | |
std::string | error_msg |
Thrown by methods that are not implemented. This can be by design, or because the methods are under active development. Error message should provide further detail.