Cyclone ISO C++ API Reference Guide
Exception.hpp File Reference
#include <stdexcept>
#include <string>
#include <dds/core/macros.hpp>

Go to the source code of this file.

Classes

class  dds::core::AlreadyClosedError
 Exception: The object target of this operation has already been closed. More...
 
class  dds::core::Error
 Exception: Generic, unspecified error. More...
 
class  dds::core::Exception
 Exception: base class for specified DDS Exceptions. More...
 
class  dds::core::IllegalOperationError
 Exception: An operation was invoked on an inappropriate object or at an inappropriate time. More...
 
class  dds::core::ImmutablePolicyError
 Exception: Application attempted to modify an immutable QosPolicy. More...
 
class  dds::core::InconsistentPolicyError
 Exception: Application specified a set of policies that are not consistent with each other. More...
 
class  dds::core::InvalidArgumentError
 Exception: Application is passing an invalid argument. More...
 
class  dds::core::InvalidDataError
 Exception: Application provided invalid data More...
 
class  dds::core::InvalidDowncastError
 Exception: Application has attempted to cast incompatible types. More...
 
class  dds::core::NotEnabledError
 Exception: Operation invoked on an Entity that is not yet enabled. More...
 
class  dds::core::NullReferenceError
 Exception: Application used a null reference. More...
 
class  dds::core::OutOfResourcesError
 Exception: Service ran out of the resources needed to complete the operation. More...
 
class  dds::core::PreconditionNotMetError
 Exception: A pre-condition for the operation was not met. More...
 
class  dds::core::TimeoutError
 Exception: The operation timed out. More...
 
class  dds::core::UnsupportedError
 Exception: Unsupported operation. More...
 

Namespaces

 dds
 
 dds::core