Developer documentation
Version 3.0.3-105-gd3941f44
MR::CancelException Class Reference

#include "exception.h"

Inheritance diagram for MR::CancelException:
MR::Exception

Public Member Functions

 CancelException ()
 
- Public Member Functions inherited from MR::Exception
 Exception ()
 
 Exception (const std::string &msg)
 
 Exception (const Exception &previous_exception, const std::string &msg)
 
void display (int log_level=0) const
 
size_t num () const
 
const std::string & operator[] (size_t n) const
 
void push_back (const std::string &s)
 
void push_back (const Exception &e)
 

Additional Inherited Members

- Public Attributes inherited from MR::Exception
vector< std::string > description
 
- Static Public Attributes inherited from MR::Exception
static void(* display_func )(const Exception &E, int log_level)
 

Detailed Description

Definition at line 123 of file exception.h.

Constructor & Destructor Documentation

◆ CancelException()

MR::CancelException::CancelException ( )
inline

Definition at line 125 of file exception.h.


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