Fast DDS  Version 3.6.1.0
Fast DDS
Exception Class Referenceabstract

Exception: base class for specified DDS Exceptions. More...

#include <Exception.hpp>

Inheritance diagram for Exception:
InvalidArgumentError

Public Member Functions

virtual FASTDDS_EXPORTED_API ~Exception ()=default throw ()
 
virtual FASTDDS_EXPORTED_API const char * what () const =0 throw ()
 Retrieve information about the exception that was thrown. More...
 

Protected Member Functions

 Exception ()=default
 

Detailed Description

Exception: base class for specified DDS Exceptions.

Constructor & Destructor Documentation

◆ Exception()

Exception ( )
protecteddefault

◆ ~Exception()

virtual FASTDDS_EXPORTED_API ~Exception ( )
throw (
)
virtualdefault

Member Function Documentation

◆ what()

virtual FASTDDS_EXPORTED_API const char* what ( ) const
throw (
)
pure virtual

Retrieve information about the exception that was thrown.

Returns
Exception information.

Implemented in InvalidArgumentError.


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