ShlubluLib  v0.5
ShlubluLib is a lightweight, modular, general purpose, open-source C++ library for Linux and Windows.
Public Member Functions | List of all members
shlublu::Python::BindingRuntimeError Class Reference

Python throws this exception when an issue not detectable in the code happens at run time. More...

#include <Python_BindingExceptions.h>

Inheritance diagram for shlublu::Python::BindingRuntimeError:

Public Member Functions

 BindingRuntimeError (const std::string &message)
 Constructor. More...
 
 BindingRuntimeError (const char *message)
 Constructor. More...
 

Detailed Description

Python throws this exception when an issue not detectable in the code happens at run time.

Constructor & Destructor Documentation

◆ BindingRuntimeError() [1/2]

shlublu::Python::BindingRuntimeError::BindingRuntimeError ( const std::string &  message)
inlineexplicit

Constructor.

Parameters
messagedescription of the issue

◆ BindingRuntimeError() [2/2]

shlublu::Python::BindingRuntimeError::BindingRuntimeError ( const char *  message)
inlineexplicit

Constructor.

Parameters
messagedescription of the issue

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