Base::PyException Class Reference

#include <Interpreter.h>

Inheritance diagram for Base::PyException:
Base::Exception Base::BaseClass

List of all members.

Public Member Functions

const std::string & getErrorType (void) const
const std::string & getStackTrace (void) const
 this function returns the stack trace
 PyException (void)
 constructor does the whole job
 ~PyException () throw ()

Protected Attributes

std::string _errorType
std::string _stackTrace

Detailed Description

Definition at line 52 of file Interpreter.h.


Constructor & Destructor Documentation

PyException::PyException ( void   ) 
Base::PyException::~PyException (  )  throw () [inline]

Definition at line 57 of file Interpreter.h.


Member Function Documentation

const std::string& Base::PyException::getErrorType ( void   )  const [inline]

Definition at line 61 of file Interpreter.h.

const std::string& Base::PyException::getStackTrace ( void   )  const [inline]

Member Data Documentation

std::string Base::PyException::_errorType [protected]

Definition at line 65 of file Interpreter.h.

Referenced by PyException().

std::string Base::PyException::_stackTrace [protected]

Definition at line 64 of file Interpreter.h.

Referenced by PyException().


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

Generated on Wed Nov 23 19:01:47 2011 for FreeCAD by  doxygen 1.6.1