Embedded Multicore Building Blocks V1.0.0
|
Represents an MTAPI error state and is thrown by almost all mtapi_cpp methods. More...
#include <status_exception.h>
Public Member Functions | |
StatusException (const char *message) | |
Constructs a StatusException. More... | |
virtual int | Code () const |
Code associated with this exception. More... | |
virtual const char * | What () const throw () |
Returns the error message. More... | |
Represents an MTAPI error state and is thrown by almost all mtapi_cpp methods.
|
explicit |
|
virtual |
Code associated with this exception.
Implements embb::base::Exception.
|
virtualinherited |
Returns the error message.