cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Member Functions | Public Attributes | List of all members
base_exception_class Struct Reference

Base exception class. More...

#include <common.h>

Inheritance diagram for base_exception_class:
convergence_error invalid_directory invalid_pointer patch_availibility undefined_member

Public Member Functions

 base_exception_class (std::string msg)
 
const char * what () const throw ()
 
 base_exception_class (std::string msg)
 
const char * what () const throw ()
 

Public Attributes

std::string message
 

Detailed Description

Base exception class.

Definition at line 52 of file common.h.

Constructor & Destructor Documentation

◆ base_exception_class() [1/2]

base_exception_class::base_exception_class ( std::string  msg)
inline

Definition at line 53 of file common.h.

◆ base_exception_class() [2/2]

base_exception_class::base_exception_class ( std::string  msg)
inline

Definition at line 53 of file common.h.

Member Function Documentation

◆ what() [1/2]

const char* base_exception_class::what ( ) const
throw (
)
inline

Definition at line 55 of file common.h.

◆ what() [2/2]

const char* base_exception_class::what ( ) const
throw (
)
inline

Definition at line 55 of file common.h.

Member Data Documentation

◆ message

std::string base_exception_class::message

Definition at line 54 of file common.h.


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