class FX::FXEXCEPTIONAPI ( FXPYTHONAPI   ) 

Definition at line 79 of file FXPython.h.

References FXEXCEPTION_PYTHONERROR.

00079                                                     : public FXException
00080 {
00081     friend class FXPython;
00082     FXPythonException() { }
00083 public:
00085     FXPythonException(const FXString &msg, FXuint flags)
00086         : FXException(0, 0, msg, FXEXCEPTION_PYTHONERROR, flags) { }
00087 };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:49 2009 for TnFOX by doxygen v1.4.7