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

An exception which cannot be directly influenced by the user, or predicted beforehand. More...

#include <exceptions.hpp>

Inheritance diagram for RuntimeException:
Inheritance graph
Collaboration diagram for RuntimeException:
Collaboration graph

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.
 

Detailed Description

An exception which cannot be directly influenced by the user, or predicted beforehand.


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