μ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
LocalSimpleException Class Reference

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

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

Public Member Functions

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

Private Attributes

std::string message = ""
 

Detailed Description

Definition at line 50 of file local_bindings.h.

Constructor & Destructor Documentation

◆ LocalSimpleException() [1/2]

LocalSimpleException::LocalSimpleException ( const char *  m)
inlineexplicit

Definition at line 52 of file local_bindings.h.

◆ LocalSimpleException() [2/2]

LocalSimpleException::LocalSimpleException ( const char *  m)
inlineexplicit

Definition at line 52 of file local_bindings.h.

Member Function Documentation

◆ what() [1/2]

const char * LocalSimpleException::what ( ) const
inlineoverridenoexcept

Definition at line 53 of file local_bindings.h.

References message.

◆ what() [2/2]

const char * LocalSimpleException::what ( ) const
inlineoverridenoexcept

Definition at line 53 of file local_bindings.h.

References message.

Member Data Documentation

◆ message

std::string LocalSimpleException::message = ""
private

Definition at line 56 of file local_bindings.h.

Referenced by what().


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