DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | List of all members
dds::core::PreconditionNotMetError Class Reference

#include <Exception.hpp>

Inheritance diagram for dds::core::PreconditionNotMetError:
Inheritance graph
[legend]

Public Member Functions

 PreconditionNotMetError (const std::string &msg)
 
 PreconditionNotMetError (const PreconditionNotMetError &src)
 
virtual ~PreconditionNotMetError () throw ()
 
virtual const char * what () const throw ()
 
- Public Member Functions inherited from dds::core::Exception
virtual ~Exception () throw ()
 

Additional Inherited Members

- Protected Member Functions inherited from dds::core::Exception
 Exception ()
 

Detailed Description

Definition at line 142 of file Exception.hpp.

Constructor & Destructor Documentation

dds::core::PreconditionNotMetError::PreconditionNotMetError ( const std::string &  msg)
inlineexplicit

Definition at line 145 of file Exception.hpp.

dds::core::PreconditionNotMetError::PreconditionNotMetError ( const PreconditionNotMetError src)
inline

Definition at line 146 of file Exception.hpp.

virtual dds::core::PreconditionNotMetError::~PreconditionNotMetError ( ) throw ()
inlinevirtual

Definition at line 147 of file Exception.hpp.

Member Function Documentation

virtual const char* dds::core::PreconditionNotMetError::what ( ) const throw ()
inlinevirtual

Implements dds::core::Exception.

Definition at line 150 of file Exception.hpp.


The documentation for this class was generated from the following file: