An exception used when sensor's method is not supported.
More...
#include <MethodNotSupportedException.h>
An exception used when sensor's method is not supported.
◆ MethodNotSupportedException() [1/2]
| MethodNotSupportedException::MethodNotSupportedException |
( |
const char * | message, |
|
|
const char * | translateCode ) |
|
inlineexplicit |
Copy constructor.
- Parameters
-
| message | A message pointer to a char |
◆ MethodNotSupportedException() [2/2]
| MethodNotSupportedException::MethodNotSupportedException |
( |
const string & | message, |
|
|
string | translateCode ) |
|
inlineexplicit |
Copy constructor.
- Parameters
-
◆ ~MethodNotSupportedException()
| virtual MethodNotSupportedException::~MethodNotSupportedException |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ what()
| virtual const char * MethodNotSupportedException::what |
( |
| ) |
const |
|
inlinevirtualnoexcept |
Overload of message retrie.
- Returns
- A pointer to a char representing the message
◆ _code
| string MethodNotSupportedException::_code = "" |
|
protected |
◆ _msg
| string MethodNotSupportedException::_msg |
|
protected |
The documentation for this class was generated from the following file: