irioCoreCpp Library Module  2.1.0
irio::errors::ResourceNotFoundError Class Reference

Exception when a resource (Register/DMA) is not found. More...

#include <errorsIrio.h>

Inheritance diagram for irio::errors::ResourceNotFoundError:

Public Member Functions

 ResourceNotFoundError (const std::uint32_t resourceNumber, const std::string &resourceName)
 Exception when a resource (Register/DMA) is not found. More...
 

Detailed Description

Exception when a resource (Register/DMA) is not found.

Definition at line 48 of file errorsIrio.h.

Constructor & Destructor Documentation

◆ ResourceNotFoundError()

irio::errors::ResourceNotFoundError::ResourceNotFoundError ( const std::uint32_t  resourceNumber,
const std::string &  resourceName 
)
inline

Exception when a resource (Register/DMA) is not found.

Indicating that the resource number provided does not match any enumeration resource.

Parameters
resourceNumberNumber of resource
resourceNameNumber of the resource

Definition at line 63 of file errorsIrio.h.


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