SOIL C++
C++ Unified Device Interface
UDP::Exception Class Reference

UDP Broadcast Exception. More...

#include <Exception.h>

Inheritance diagram for UDP::Exception:

Public Member Functions

 Exception (const char *message="")
 Constructor. More...
 
 ~Exception (void)
 Destructor. More...
 

Detailed Description

Specific subclass of std::runtime_error to distinguish exceptions coming from the UDO Broadcast.

Definition at line 11 of file Exception.h.

Constructor & Destructor Documentation

◆ Exception()

UDP::Exception::Exception ( const char *  message = "")

Constructor taking a message that is passed to std::runtime_error.

Parameters
[in]messageMessage to add to the runtime error

Definition at line 3 of file Exception.cpp.

◆ ~Exception()

UDP::Exception::~Exception ( void  )

Default destructor, no special effort here.

Definition at line 7 of file Exception.cpp.


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