Exception: Operation invoked on an Entity that is not yet enabled.
More...
#include "Exception.hpp"
Inherits dds::core::Exception, and std::logic_error.
|
virtual const char * | what () const =0 throw () |
|
Exception: Operation invoked on an Entity that is not yet enabled.
Definition at line 218 of file Exception.hpp.
◆ what()
virtual const char* dds::core::Exception::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
pure virtualinherited |
Retrieve information about the exception that was thrown.
Example
try {
std::cout << e.
what() << std::endl;
}
Exception information (of the NullReferenceError in this case)
Null reference: Reference[157] == dds::core::null
========================================================================================
Date : Wed Oct 21 19:28:00 CET 2015
Node : DeLorean
Process : flux_capacitor <15423>
Thread : mr_fusion b6f25700
Internals : ReferenceImpl.hpp/157/V6.6.0
----------------------------------------------------------------------------------------
Report : Null reference: Reference[157] == dds::core::null
- Returns
- Exception information
The documentation for this class was generated from the following file: