pjmsg_mcap_wrapper
|
This class is thrown as an exception when an invalid parameter is being serialized.
Definition at line 27 of file BadParamException.h.
#include <BadParamException.h>
Public Member Functions | |
Cdr_DllAPI | BadParamException (const char *const &message) noexcept |
Default constructor. | |
Cdr_DllAPI | BadParamException (const BadParamException &ex) noexcept |
Default copy constructor. | |
Cdr_DllAPI | BadParamException (BadParamException &&ex) noexcept |
Default move constructor. | |
Cdr_DllAPI BadParamException & | operator= (const BadParamException &ex) noexcept |
Assigment operation. | |
BadParamException & | operator= (BadParamException &&ex) noexcept |
Assigment operation. | |
virtual Cdr_DllAPI | ~BadParamException () noexcept |
Default destructor. | |
Cdr_DllAPI void | raise () const override |
This function throws the object as exception. | |
virtual Cdr_DllAPI const char * | what () const noexcept override |
This function returns the error message. | |
T | what (T... args) |
Static Public Attributes | |
static Cdr_DllAPI const char *const | BAD_PARAM_MESSAGE_DEFAULT = "Bad parameter" |
Default message used in the library. | |
Private Attributes | |
const char * | m_message |
|
noexcept |
Default constructor.
message | An error message. This message pointer is copied. |
Definition at line 21 of file BadParamException.cpp.
|
noexcept |
Default copy constructor.
ex | BadParamException that will be copied. |
Definition at line 27 of file BadParamException.cpp.
|
noexcept |
Default move constructor.
ex | BadParamException that will be moved. |
Definition at line 33 of file BadParamException.cpp.
|
virtualnoexcept |
Default destructor.
Definition at line 63 of file BadParamException.cpp.
|
noexcept |
Assigment operation.
ex | BadParamException that will be moved. |
Definition at line 51 of file BadParamException.cpp.
|
noexcept |
Assigment operation.
ex | BadParamException that will be copied. |
Definition at line 39 of file BadParamException.cpp.
|
overridevirtual |
This function throws the object as exception.
Implements eprosima::fastcdr::exception::Exception.
Definition at line 67 of file BadParamException.cpp.
|
overridevirtualnoexceptinherited |
This function returns the error message.
Definition at line 55 of file Exception.cpp.
|
static |
Default message used in the library.
Definition at line 78 of file BadParamException.h.
|
privateinherited |
Definition at line 90 of file Exception.h.