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

An exception caused by bad settings of input parameters or arguments. More...

#include <exceptions.hpp>

Inheritance diagram for InvalidInputException:
Inheritance graph
Collaboration diagram for InvalidInputException:
Collaboration graph

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.
 

Detailed Description

An exception caused by bad settings of input parameters or arguments.


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