ilasynth  1.0
ILASynth: Template-based ILA Synthesis Engine
Public Member Functions | Public Attributes | List of all members
ilasynth::PyILAException Struct Reference

#include <exception.hpp>

Inheritance diagram for ilasynth::PyILAException:

Public Member Functions

 PyILAException (PyObject *ex, const std::string &msg)
 
 PyILAException (PyObject *ex, const char *msg)
 
virtual ~PyILAException () throw ()
 

Public Attributes

PyObject * exception
 
std::string message
 

Constructor & Destructor Documentation

◆ PyILAException() [1/2]

ilasynth::PyILAException::PyILAException ( PyObject *  ex,
const std::string &  msg 
)
inline

◆ PyILAException() [2/2]

ilasynth::PyILAException::PyILAException ( PyObject *  ex,
const char *  msg 
)
inline

◆ ~PyILAException()

virtual ilasynth::PyILAException::~PyILAException ( )
throw (
)
virtual

Member Data Documentation

◆ exception

PyObject* ilasynth::PyILAException::exception

◆ message

std::string ilasynth::PyILAException::message

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