SIde-Channel Analysis toolKit (SICAK)
Software toolkit for side-channel analysis
|
An exception which cannot be directly influenced by the user, or predicted beforehand. More...
#include <exceptions.hpp>
Public Member Functions | |
RuntimeException () | |
Constructor with a default error message. | |
RuntimeException (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 which cannot be directly influenced by the user, or predicted beforehand.