27 #ifndef EMBB_MTAPI_STATUS_EXCEPTION_H_ 28 #define EMBB_MTAPI_STATUS_EXCEPTION_H_ 30 #include <embb/base/exceptions.h> 67 #endif // EMBB_MTAPI_STATUS_EXCEPTION_H_ Definition: lock_free_mpmc_queue.h:40
virtual int Code() const
Code associated with this exception.
Definition: status_exception.h:61
StatusException(const char *message)
Constructs a StatusException.
Definition: status_exception.h:47
Abstract base class for exceptions.
Definition: exceptions.h:132
Represents an MTAPI error state and is thrown by almost all mtapi_cpp methods.
Definition: status_exception.h:41
Exception(const char *message)
Constructs an exception with a custom message.
Definition: exceptions.h:137
Error, not further specified.
Definition: errors.h:53