KeccakTools
|
#include <Keccak-fTrails.h>
Public Member Functions | |
TrailException () | |
TrailException (const string &aReason) | |
Public Attributes | |
string | reason |
Exception that can be thrown by the class Trail.
TrailException::TrailException | ( | ) | [inline] |
The constructor.
TrailException::TrailException | ( | const string & | aReason | ) | [inline] |
The constructor.
aReason | A string giving the reason of the exception. |
string TrailException::reason |
A string expressing the reason for the exception.