RTI Connext Modern C++ API Version 7.3.0
|
Indicates that an operation was called under improper circumstances. More...
#include <Exception.hpp>
Public Member Functions | |
virtual const char * | what () const throw () |
Access the message contained in this IllegalOperationError exception. More... | |
virtual const char * | what () const =0 throw () |
Get a description of the error. More... | |
Indicates that an operation was called under improper circumstances.
Inherits also from std::logic_error
An operation was invoked on an inappropriate object or at an inappropriate time. This return code is similar to dds::core::PreconditionNotMetError, except that there is no precondition that could be changed to make the operation succeed.
|
virtual |
Access the message contained in this IllegalOperationError exception.
Implements dds::core::Exception.