|
SIde-Channel Analysis toolKit (SICAK)
Software toolkit for side-channel analysis
|
An exception caused by bad settings of input parameters or arguments. More...
#include <exceptions.hpp>


Public Member Functions | |
| InvalidInputException () | |
| Constructor with a default error message. | |
| InvalidInputException (const char *msg, int errCode=0) | |
| Constructor with a custom error message and error code. | |
Public Member Functions inherited from Exception | |
| Exception () | |
| Constructor with a default error message. | |
| Exception (const char *msg, int errCode=0) | |
| Constructor with a custom error message and error code. | |
| virtual const char * | what () const throw () |
| Return the error message, potentially with error code included. | |
Additional Inherited Members | |
Protected Attributes inherited from Exception | |
| std::string | m_msg |
| Error message. | |
An exception caused by bad settings of input parameters or arguments.
1.8.15