RTI Connext Modern C++ API
Version 6.0.1
|
A PreconditionNotMetError is thrown when a pre-condition for the operation was not met. More...
#include <Exception.hpp>
Public Member Functions | |
virtual const char * | what () const throw () |
Access the message contained in this PreconditionNotMetError exception. | |
A PreconditionNotMetError is thrown when a pre-condition for the operation was not met.
Inherits also from std::logic_error
The system is not in the expected state when the function is called, or the parameter itself is not in the expected state when the function is called.
|
virtual |
Access the message contained in this PreconditionNotMetError exception.
Implements dds::core::Exception.