2#include "TranscribableException.h"
4#ifdef STARFLEETTOOLBOX_EXPORTS
5#define BADACKEXCEPT __declspec(dllexport)
7#define BADACKEXCEPT __declspec(dllimport)
23 SetTranslateCode(
string(translateCode));
31 SetTranslateCode(translateCode);
44 virtual const char*
what() const noexcept {
An Exception used when a bad acknowledgment error is detected.
Definition BadAcknowledgmentException.h:15
BadAcknowledgmentException(const string &message, string translateCode)
Copy constructor.
Definition BadAcknowledgmentException.h:29
BadAcknowledgmentException(const char *message, const char *translateCode)
Copy constructor.
Definition BadAcknowledgmentException.h:21
string _msg
Definition BadAcknowledgmentException.h:48
virtual const char * what() const noexcept
Overload of message retrie.
Definition BadAcknowledgmentException.h:44
virtual ~BadAcknowledgmentException() noexcept
Destructor.
Definition BadAcknowledgmentException.h:38