Public Member Functions | List of all members
dx::DXNotImplementedError Class Reference

#include <exceptions.h>

Inheritance diagram for dx::DXNotImplementedError:
dx::DXError

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
 

Detailed Description

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.


The documentation for this class was generated from the following file: