![]() |
Project
|
Error handling for invalid index in calibration request. More...
#include <CalibContainerErrors.h>
Inherits std::exception.
Public Member Functions | |
| CalibContainerIndexException (unsigned int index) | |
| Constructor. | |
| ~CalibContainerIndexException () noexcept final=default | |
| Destructor. | |
| const char * | what () const noexcept final |
| Access to error message of the exception. | |
| unsigned int | getIndex () const noexcept |
| Access to index raising the exception. | |
Error handling for invalid index in calibration request.
Definition at line 29 of file CalibContainerErrors.h.
| CalibContainerIndexException::CalibContainerIndexException | ( | unsigned int | index | ) |
Constructor.
| index | Index in container raising the exception |
Definition at line 17 of file CalibContainerErrors.cxx.
|
finaldefaultnoexcept |
Destructor.
|
inlinenoexcept |
Access to index raising the exception.
Definition at line 45 of file CalibContainerErrors.h.
|
inlinefinalnoexcept |
Access to error message of the exception.
Definition at line 41 of file CalibContainerErrors.h.