Cyclone ISO C++ API Reference Guide
|
Exception: An operation was invoked on an inappropriate object or at an inappropriate time. More...
#include "Exception.hpp"
Inherits dds::core::Exception, and std::logic_error.
Public Member Functions | |
virtual const char * | what () const =0 throw () |
Exception: An operation was invoked on an inappropriate object or at an inappropriate time.
This is determined by policies set by the specification or the Service implementation.
There is no precondition that could be changed to make the operation succeed.
Definition at line 149 of file Exception.hpp.
|
pure virtualinherited |
Retrieve information about the exception that was thrown.
Example
Exception information (of the NullReferenceError in this case)