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

RMS Error. More...

#include <RMSExceptions.h>

Inheritance diagram for rmscore::exceptions::RMSException:
rmscore::exceptions::RMSLogicException rmscore::exceptions::RMSCryptographyException rmscore::exceptions::RMSInvalidArgumentException rmscore::exceptions::RMSNetworkException rmscore::exceptions::RMSNotFoundException rmscore::exceptions::RMSNullPointerException rmscore::exceptions::RMSPFileException rmscore::exceptions::RMSRightsException rmscore::exceptions::RMSStreamException

Public Types

enum  ExceptionTypes { LogicError = 0 }
 Type of exception.
 
enum  ErrorTypes {
  InvalidArgument = 0, NullPointer, NotFound, NetworkError,
  CryptoError, StreamError, PFileError, RightsError
}
 Type of error.
 

Public Member Functions

 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
 

Detailed Description

RMS Error.


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