TSDuck v3.40-3968
MPEG Transport Stream Toolkit
|
This exception is thrown when assigning incompatible IP addresses. More...
#include <tsIPAddress.h>
Public Member Functions | |
IncompatibleIPAddress () | |
Default constructor. | |
IncompatibleIPAddress (const ts::UString &w) | |
Constructor. | |
IncompatibleIPAddress (const ts::UString &w, int code) | |
Constructor. | |
IncompatibleIPAddress (int code) | |
Constructor. | |
virtual const char * | what () const noexcept override |
Get the error message as a C-string. | |
This exception is thrown when assigning incompatible IP addresses.
|
inline |
Default constructor.
|
inlineexplicit |
Constructor.
[in] | w | Error message for the exception. |
|
inlineexplicit |
Constructor.
[in] | w | Error message for the exception. |
[in] | code | System error code. |
|
inlineexplicit |
Constructor.
[in] | code | System error code. |
|
overridevirtualnoexceptinherited |
Get the error message as a C-string.