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

#include <errorbase.hpp>

Inheritance diagram for ErrnoError:
Error

Public Member Functions

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

Public Attributes

const int code
 
- Public Attributes inherited from Error
const std::string message
 

Constructor & Destructor Documentation

ErrnoError::ErrnoError ( )
inline
ErrnoError::ErrnoError ( int  _code)
inlineexplicit
ErrnoError::ErrnoError ( const std::string &  message)
inlineexplicit
ErrnoError::ErrnoError ( int  _code,
const std::string &  message 
)
inline

Member Data Documentation

const int ErrnoError::code

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