Derecho  0.9
Distributed systems toolkit for RDMA
Public Member Functions | Public Attributes | List of all members
derecho::derecho_exception Struct Reference

Base exception class for all exceptions raised by Derecho. More...

#include <derecho_exception.hpp>

Inheritance diagram for derecho::derecho_exception:
Inheritance graph
[legend]
Collaboration diagram for derecho::derecho_exception:
Collaboration graph
[legend]

Public Member Functions

 derecho_exception (const std::string &message)
 
const char * what () const noexcept
 

Public Attributes

const std::string message
 

Detailed Description

Base exception class for all exceptions raised by Derecho.

Definition at line 19 of file derecho_exception.hpp.

Constructor & Destructor Documentation

◆ derecho_exception()

derecho::derecho_exception::derecho_exception ( const std::string &  message)
inline

Definition at line 21 of file derecho_exception.hpp.

Member Function Documentation

◆ what()

const char* derecho::derecho_exception::what ( ) const
inlinenoexcept

Definition at line 24 of file derecho_exception.hpp.

Member Data Documentation

◆ message

const std::string derecho::derecho_exception::message

Definition at line 20 of file derecho_exception.hpp.


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