|
PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
|
Invalid MAC address format. More...
#include <exceptions.h>
Inheritance diagram for profinet::InvalidMACError:
Collaboration diagram for profinet::InvalidMACError:Public Member Functions | |
| InvalidMACError (const std::string &message) | |
| Construct with a human-readable message. | |
Public Member Functions inherited from profinet::ValidationError | |
| ValidationError (const std::string &message) | |
| Construct with a human-readable message. | |
Public Member Functions inherited from profinet::ProfinetError | |
| ProfinetError (const std::string &message) | |
| Construct with a human-readable message. | |
Invalid MAC address format.
Definition at line 638 of file exceptions.h.
|
inlineexplicit |
Construct with a human-readable message.
| message | Description of the error. |
Definition at line 643 of file exceptions.h.