Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

DataSourceException.sip

Go to the documentation of this file.
00001 /* -*- mode:c++ -*- */
00002 
00016 class DataSourceException 
00017 {
00018 %TypeHeaderCode
00019 #include "datasrcs/DataSourceException.h"
00020 %End
00021 
00022 
00023 public:
00024 
00025   DataSourceException ( const std::string & );
00026   virtual ~DataSourceException () throw ();
00027   const char * what () const throw ();
00028 
00029   char * __str__();
00030 %MethodCode
00031     return PyString_FromString ( sipCpp->what() );
00032 %End
00033 
00034 };

Generated on Wed Sep 7 14:51:29 2005 for SiHippo by  doxygen 1.4.3