TwiceAsNice  2019-02-18
Classes | Namespaces | Functions
ExceptionTranslator.hh File Reference
#include <boost/python.hpp>
#include <IceUtil/Handle.h>
#include <Nice/Log.h>
#include <Nice/Util/Exception.h>
Include dependency graph for ExceptionTranslator.hh:
This graph shows which files directly or indirectly include this file:

Classes

struct  Nice::Python::ExceptionTypeObj< ExType >
 

Namespaces

 Nice
 

 
 Nice::Python
 

Functions

template<typename ExType >
void Nice::Python::translateException (const ExType &_e)
 
template<typename ExType >
void Nice::Python::addExceptionType (const std::string &_name, PyObject *_base=ExceptionTypeObj< Nice::Exception >::s_ptr)