RMS SDK for C++
0.2.1
A client library for using Microsoft RMS from Linux.
|
Cryptographic error. More...
#include <RMSExceptions.h>
Public Member Functions | |
RMSCryptographyException (const std::string &message) _NOEXCEPT | |
RMSCryptographyException (const char *const &message) _NOEXCEPT | |
Public Member Functions inherited from rmscore::exceptions::RMSLogicException | |
RMSLogicException (const int error, const std::string &message) _NOEXCEPT | |
RMSLogicException (const int error, const char *const &message) _NOEXCEPT | |
Public Member Functions inherited from rmscore::exceptions::RMSException | |
RMSException (const ExceptionTypes type, const int error, const std::string &message) _NOEXCEPT | |
RMSException (const ExceptionTypes type, const int error, const char *const &message) _NOEXCEPT | |
virtual const char * | what () const _NOEXCEPT override |
virtual ExceptionTypes | type () const _NOEXCEPT |
virtual int | error () const _NOEXCEPT |
Additional Inherited Members | |
Public Types inherited from rmscore::exceptions::RMSException | |
enum | ExceptionTypes { LogicError = 0 } |
Type of exception. | |
enum | ErrorTypes { InvalidArgument = 0, NullPointer, NotFound, NetworkError, CryptoError, StreamError, PFileError, RightsError } |
Type of error. | |
Cryptographic error.