![]() |
Xavia SDK c++ API 2.1.0
API description of the xavia library
|
Exception base class for the Xavia SDK exceptions. More...
Public Member Functions | |
| SensorError | GetType () const |
| Get the type of the exception. | |
| const char * | what () const noexcept override |
| return traditional, human readable version of the exception. | |
Exception base class for the Xavia SDK exceptions.
Extends the standard exception with the 'GetType()' method. Use that method to understand which type of exception is thrown.
| SensorError GetType | ( | ) | const |
Get the type of the exception.