Base::ExceptionProducer< CLASS > Class Template Reference

#include <ExceptionFactory.h>

Public Member Functions

 ExceptionProducer ()
 
void raiseException (PyObject *pydict) const
 
virtual ~ExceptionProducer ()
 
- Public Member Functions inherited from Base::AbstractExceptionProducer
 AbstractExceptionProducer ()=default
 
void * Produce () const
 overwritten by a concrete producer to produce the needed object More...
 
virtual void raiseException (PyObject *pydict) const =0
 
- Public Member Functions inherited from Base::AbstractProducer
 AbstractProducer ()
 
virtual void * Produce () const =0
 overwritten by a concrete producer to produce the needed object More...
 
virtual ~AbstractProducer ()
 

Constructor & Destructor Documentation

◆ ExceptionProducer()

template<class CLASS >
Base::ExceptionProducer< CLASS >::ExceptionProducer ( )

◆ ~ExceptionProducer()

template<class CLASS >
virtual Base::ExceptionProducer< CLASS >::~ExceptionProducer ( )
virtual

Member Function Documentation

◆ raiseException()

template<class CLASS >
void Base::ExceptionProducer< CLASS >::raiseException ( PyObject pydict) const
virtual

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