Apache Mesos
Public Member Functions | List of all members
WindowsError Class Reference

#include <error.hpp>

Inheritance diagram for WindowsError:
WindowsErrorBase Error

Public Member Functions

 WindowsError ()
 
 WindowsError (DWORD _code)
 
 WindowsError (const std::string &message)
 
 WindowsError (DWORD _code, const std::string &message)
 
- Public Member Functions inherited from Error
 Error (const std::string &_message)
 
bool operator== (const Error &that) const
 

Additional Inherited Members

- Public Attributes inherited from WindowsErrorBase
const DWORD code
 
- Public Attributes inherited from Error
const std::string message
 
- Protected Member Functions inherited from WindowsErrorBase
 WindowsErrorBase (DWORD _code)
 
 WindowsErrorBase (DWORD _code, const std::string &message)
 

Constructor & Destructor Documentation

WindowsError::WindowsError ( )
inline
WindowsError::WindowsError ( DWORD  _code)
inlineexplicit
WindowsError::WindowsError ( const std::string &  message)
inline
WindowsError::WindowsError ( DWORD  _code,
const std::string &  message 
)
inline

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