4 #include <libcryptosec/exception/LibCryptoSecException.h> 62 ret =
"Unknown error";
65 ret =
"Failed to read file";
68 ret =
"Failed to write file";
IoException::ErrorCode errorCode
Definition: IoException.h:75
~IoException()
Definition: IoException.h:37
ErrorCode
Definition: IoException.h:19
Definition: IoException.h:21
IoException(std::string where)
Definition: IoException.h:25
IoException(std::string where, IoException::ErrorCode errorCode)
Definition: IoException.h:31
Definition: IoException.h:20
virtual IoException::ErrorCode getErrorCode()
Definition: IoException.h:50
virtual std::string toString() const
Definition: IoException.h:45
static std::string errorCode2Message(IoException::ErrorCode errorCode)
Definition: IoException.h:56
I/O Exception
Definition: IoException.h:16
virtual std::string getMessage() const
Definition: IoException.h:39
Definition: IoException.h:22