![]() |
AnCH Framework
0.1
Another C++ Hack Framework
|
Exception on receiving an invalid block. More...
#include <invalidBlockException.hpp>
Public Member Functions | |
| InvalidBlockException (const std::string &message) | |
| virtual | ~InvalidBlockException () noexcept |
| virtual const char * | what () const noexceptoverride |
Exception on receiving an invalid block.
InvalidBlockException can be thrown on decipher a block or a stream.
Blocks have fixed size. The cipher result will always have complete number of block.
| InvalidBlockException::InvalidBlockException | ( | const std::string & | message | ) |
InvalidBlockException constructor
| message | the error message |
|
virtualnoexcept |
InvalidBlockException destructor
|
overridevirtualnoexcept |
Returns error cause (message).
1.8.11