#include <Keccak-fTrails.h>
Public Member Functions | |
| TrailException () | |
| TrailException (const string &aReason) | |
Public Attributes | |
| string | reason |
| 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.
1.5.6