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::BindingLogicError Class Reference

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

#include <Python_BindingExceptions.h>

Inheritance diagram for shlublu::Python::BindingLogicError:

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ BindingLogicError() [1/2]

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

Constructor.

Parameters
messagedescription of the issue

◆ BindingLogicError() [2/2]

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

Constructor.

Parameters
messagedescription of the issue

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