Abstract base class of all exception producers. More...
#include <ExceptionFactory.h>
Public Member Functions | |
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 () |
Abstract base class of all exception producers.
|
default |
|
virtual |
overwritten by a concrete producer to produce the needed object
Implements Base::AbstractProducer.
|
pure virtual |
Implemented in Base::ExceptionProducer< CLASS >.
Referenced by Base::ExceptionFactory::raiseException().