SIde-Channel Analysis toolKit (SICAK)
Software toolkit for side-channel analysis
Public Member Functions | Protected Attributes | List of all members
Exception Class Reference

A base exception. More...

#include <exceptions.hpp>

Inheritance diagram for Exception:
Inheritance graph
Collaboration diagram for Exception:
Collaboration graph

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.
 

Detailed Description

A base exception.


The documentation for this class was generated from the following file: