Error_InvalidNodeConfig
public
Error_InvalidConfig
Error_InvalidNodeConfig

The Configuration for a WirelessNode is invalid.

Variables
m_nodeAddress
uint16 m_nodeAddress

The node address of the WirelessNode that the exception pertains to.

Functions
Error_InvalidNodeConfig
Error_InvalidNodeConfig(
const ConfigIssues &issues,
uint16 nodeAddress
) : Error_InvalidConfig(issues), m_nodeAddress(nodeAddress)

Initializes the Error_InvalidNodeConfig object

Parameters
issues
const ConfigIssues&

The ConfigIssues that caused the invalid configuration exception.

nodeAddress
const uint16 nodeAddress() const throw ()

Gets the node address of the Node that this exception pertains to.