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

Definition at line 39 of file PyException.h.

Public Member Functions

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

Private Attributes

std::string fMsg
 

#include </home/sftnight/build/workspace/root-makedoc-master/rootspi/rdoc/src/master/bindings/pyroot/cppyy/CPyCppyy/include/CPyCppyy/PyException.h>

Inheritance diagram for CPyCppyy::PyException:
[legend]

Constructor & Destructor Documentation

◆ PyException()

CPyCppyy::PyException::PyException ( )

Definition at line 25 of file PyException.cxx.

◆ ~PyException()

CPyCppyy::PyException::~PyException ( )
virtualnoexcept

Definition at line 114 of file PyException.cxx.

Member Function Documentation

◆ clear()

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

Definition at line 127 of file PyException.cxx.

◆ what()

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

Definition at line 121 of file PyException.cxx.

Member Data Documentation

◆ fMsg

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

Definition at line 51 of file PyException.h.

  • bindings/pyroot/cppyy/CPyCppyy/include/CPyCppyy/PyException.h
  • bindings/pyroot/cppyy/CPyCppyy/src/PyException.cxx