![]() |
Project
|
Handler of errors related to invalid trigger patch IDs. More...
#include <TRUDataHandler.h>
Inherits std::exception.
Public Member Functions | |
| PatchIndexException (int8_t index) | |
| Constructor. | |
| ~PatchIndexException () noexcept final=default | |
| Destructor. | |
| int8_t | getIndex () const |
| Get patch index raising the exception. | |
| const char * | what () const noexcept final |
| Access Error message. | |
| void | printStream (std::ostream &stream) const |
| Print error on output stream. | |
Handler of errors related to invalid trigger patch IDs.
Definition at line 48 of file TRUDataHandler.h.
| TRUDataHandler::PatchIndexException::PatchIndexException | ( | int8_t | index | ) |
Constructor.
| index | Patch index raising the exception |
Definition at line 47 of file TRUDataHandler.cxx.
|
finaldefaultnoexcept |
Destructor.
|
inline |
Get patch index raising the exception.
Definition at line 60 of file TRUDataHandler.h.
| void TRUDataHandler::PatchIndexException::printStream | ( | std::ostream & | stream | ) | const |
Print error on output stream.
| stream | Stream to be printed to |
Definition at line 52 of file TRUDataHandler.cxx.
|
inlinefinalnoexcept |