SOIL C++
C++ Unified Device Interface
|
UDP Broadcast Exception. More...
#include <Exception.h>
Public Member Functions | |
Exception (const char *message="") | |
Constructor. More... | |
~Exception (void) | |
Destructor. More... | |
Specific subclass of std::runtime_error
to distinguish exceptions coming from the UDO Broadcast.
Definition at line 11 of file Exception.h.
UDP::Exception::Exception | ( | const char * | message = "" | ) |
Constructor taking a message that is passed to std::runtime_error
.
[in] | message | Message to add to the runtime error |
Definition at line 3 of file Exception.cpp.
UDP::Exception::~Exception | ( | void | ) |
Default destructor, no special effort here.
Definition at line 7 of file Exception.cpp.