SIde-Channel Analysis toolKit (SICAK)
Software toolkit for side-channel analysis
|
A base exception. More...
#include <exceptions.hpp>
Public Member Functions | |
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. | |
Protected Attributes | |
std::string | m_msg |
Error message. | |
A base exception.