μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
LocalException Class Reference

#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/tests/local_bindings.h>

Inheritance diagram for LocalException:
[legend]
Collaboration diagram for LocalException:
[legend]

Public Member Functions

 LocalException (const char *m)
 
const char * what () const noexcept override
 
 LocalException (const char *m)
 
const char * what () const noexcept override
 

Private Attributes

std::string message = ""
 

Detailed Description

Definition at line 40 of file local_bindings.h.

Constructor & Destructor Documentation

◆ LocalException() [1/2]

LocalException::LocalException ( const char *  m)
inlineexplicit

Definition at line 42 of file local_bindings.h.

◆ LocalException() [2/2]

LocalException::LocalException ( const char *  m)
inlineexplicit

Definition at line 42 of file local_bindings.h.

Member Function Documentation

◆ what() [1/2]

const char * LocalException::what ( ) const
inlineoverridenoexcept

Definition at line 43 of file local_bindings.h.

References message.

Referenced by PYBIND11_MODULE().

◆ what() [2/2]

const char * LocalException::what ( ) const
inlineoverridenoexcept

Definition at line 43 of file local_bindings.h.

References message.

Member Data Documentation

◆ message

std::string LocalException::message = ""
private

Definition at line 46 of file local_bindings.h.

Referenced by what().


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