RMS SDK for C++  0.2.1
A client library for using Microsoft RMS from Linux.
Public Member Functions | List of all members
rmscore::exceptions::RMSCryptographyException Class Reference

Cryptographic error. More...

#include <RMSExceptions.h>

Inheritance diagram for rmscore::exceptions::RMSCryptographyException:
rmscore::exceptions::RMSLogicException rmscore::exceptions::RMSException

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.
 

Detailed Description

Cryptographic error.


The documentation for this class was generated from the following file: