Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
CPyCppyy::PyException Class Reference

Definition at line 39 of file PyException.h.

Public Member Functions

 PyException ()
 ~PyException () noexcept override
void clear () const noexcept
const char * what () const noexcept override

Private Attributes

std::string fMsg

#include </home/stephan/code/root-2/bindings/pyroot/cppyy/CPyCppyy/include/CPyCppyy/PyException.h>

Inheritance diagram for CPyCppyy::PyException:

Constructor & Destructor Documentation

◆ PyException()

CPyCppyy::PyException::PyException ( )

Definition at line 25 of file PyException.cxx.

◆ ~PyException()

CPyCppyy::PyException::~PyException ( )
overridenoexcept

Definition at line 124 of file PyException.cxx.

Member Function Documentation

◆ clear()

void CPyCppyy::PyException::clear ( ) const
noexcept

Definition at line 137 of file PyException.cxx.

◆ what()

const char * CPyCppyy::PyException::what ( ) const
overridenoexcept

Definition at line 131 of file PyException.cxx.

Member Data Documentation

◆ fMsg

std::string CPyCppyy::PyException::fMsg
private

Definition at line 51 of file PyException.h.


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