RTI Connext Modern C++ API
Version 6.0.1
|
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. | |
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.