|
BooleanException () | |
| Construction. More...
|
|
BooleanException (const BooleanException &inst) | |
| Construction. More...
|
|
BooleanException (const char *sMessage) | |
|
BooleanException (const std::string &sMessage) | |
|
virtual ~BooleanException () throw () | |
| Destruction. More...
|
|
CADKernelError () | |
| Construction. More...
|
|
CADKernelError (const CADKernelError &inst) | |
| Construction. More...
|
|
CADKernelError (const char *sMessage) | |
|
CADKernelError (const std::string &sMessage) | |
|
virtual ~CADKernelError () throw () | |
| Destruction. More...
|
|
std::string getFile () const | |
|
std::string getFunction () const | |
|
int getLine () const | |
|
std::string getMessage () const | |
|
virtual PyObject * getPyExceptionType () const | |
| returns the corresponding python exception type More...
|
|
virtual PyObject * getPyObject (void) | |
| returns a Python dictionary containing the exception data More...
|
|
bool getReported () const | |
|
bool getTranslatable () const | |
|
virtual Base::Type getTypeId (void) const | |
|
Exception & operator= (const Exception &inst) | |
|
virtual void ReportException (void) const | |
| Reports exception. It includes a mechanism to only report an exception once. More...
|
|
void setDebugInformation (const std::string &file, const int line, const std::string &function) | |
| setter methods for including debug information intended to use via macro for autofilling of debugging information More...
|
|
void setMessage (const char *sMessage) | |
|
void setMessage (const std::string &sMessage) | |
|
virtual void setPyException () const | |
| Sets the Python error indicator and an error message. More...
|
|
virtual void setPyObject (PyObject *pydict) | |
| returns sets the exception data from a Python dictionary More...
|
|
void setReported (bool reported) | |
|
void setTranslatable (bool translatable) | |
|
virtual const char * what (void) const throw () | |
|
virtual ~Exception () throw () | |
|
BaseClass () | |
| Construction. More...
|
|
bool isDerivedFrom (const Type type) const | |
|
virtual ~BaseClass () | |
| Destruction. More...
|
|