![]() |
Project
|
Error handling invalid channel types. More...
#include <Constants.h>
Inherits std::exception.
Public Member Functions | |
InvalidChanneltypeException (int caloflag) | |
Constructor initializing the exception. | |
~InvalidChanneltypeException () noexcept final=default | |
Destructor. | |
const char * | what () const noexcept final |
Access to error message of the exception. | |
int | getCaloflag () const noexcept |
Access to calo flag responsible for the exception. | |
Error handling invalid channel types.
Definition at line 42 of file Constants.h.
|
inline |
Constructor initializing the exception.
caloflag | Calo flag in mapping responsible for exception |
Definition at line 47 of file Constants.h.
|
finaldefaultnoexcept |
Destructor.
|
inlinenoexcept |
Access to calo flag responsible for the exception.
Definition at line 61 of file Constants.h.
|
inlinefinalnoexcept |
Access to error message of the exception.
Definition at line 57 of file Constants.h.