OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
PythonException.h File Reference

Embedded python functions don't throw exceptions. If the return value holds an error code that says that the function failed in execution, it is possible to extract an error description. Actually it is mandatory to extract the error description, since the internal error flag is reset by doing so. If the error flag is still active in the nextt execution of an embedded python function it will fail. More...

Go to the source code of this file.

Classes

class  PythonException
 

Detailed Description

Embedded python functions don't throw exceptions. If the return value holds an error code that says that the function failed in execution, it is possible to extract an error description. Actually it is mandatory to extract the error description, since the internal error flag is reset by doing so. If the error flag is still active in the nextt execution of an embedded python function it will fail.

Author
Wagner
Date
July 2023