Cyclone ISO C++ API Reference Guide
|
Go to the documentation of this file. 1 #ifndef OMG_DDS_CORE_EXCEPTION_HPP_
2 #define OMG_DDS_CORE_EXCEPTION_HPP_
27 # pragma warning (push)
28 # pragma warning (disable:4275) // non dll-interface class 'std::foo_error' used as base for dll-interface class 'dds::core::BarError'
104 virtual const char* what()
const throw() = 0;
115 explicit Error(
const std::string& msg);
117 virtual ~
Error()
throw();
120 virtual const char* what()
const throw();
137 virtual const char* what()
const throw();
158 virtual const char* what()
const throw();
175 virtual const char* what()
const throw();
193 virtual const char* what()
const throw();
210 virtual const char* what()
const throw();
227 virtual const char* what()
const throw();
245 virtual const char* what()
const throw();
263 virtual const char* what()
const throw();
280 virtual const char* what()
const throw();
299 virtual const char* what()
const throw();
316 virtual const char* what()
const throw();
343 virtual const char* what()
const throw();
360 virtual const char* what()
const throw();
368 # pragma warning (pop)
Exception: Service ran out of the resources needed to complete the operation.
Exception: Operation invoked on an Entity that is not yet enabled.
Exception: The object target of this operation has already been closed.
Exception: Application is passing an invalid argument.
Exception: Application attempted to modify an immutable QosPolicy.
Exception: Generic, unspecified error.
Exception: An operation was invoked on an inappropriate object or at an inappropriate time.
Exception: The operation timed out.
Exception: Application has attempted to cast incompatible types.
Exception: Application specified a set of policies that are not consistent with each other.
Exception: Application provided invalid data
Exception: Unsupported operation.
Exception: base class for specified DDS Exceptions.
Exception: A pre-condition for the operation was not met.
Exception: Application used a null reference.