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

DataRepException Class Reference

List of all members.

Detailed Description

Definition at line 17 of file DataRepException.sip.

Public Member Functions

 DataRepException (const std::string &)
 Constructor taking the bad binding lable type as argument.
 DataRepException (const DataRepException &)
 The copy constructor.
virtual ~DataRepException () throw ()
 The virtual destructor.
const char * what () const throw ()
 The standard method to return a string giving message about the cause of the exception.
char * __str__ ()
MethodCode return PyString_FromString (sipCpp->what())


Constructor & Destructor Documentation

DataRepException::DataRepException const std::string &   ) 
 

Constructor taking the bad binding lable type as argument.

DataRepException::DataRepException const DataRepException  ) 
 

The copy constructor.

Attention:
Although the implementation is the same as the default copy constructor, GCC 2.95.3 needs an implementation else the exception is not caught. It is not needed by GCC 3.2.1.

virtual DataRepException::~DataRepException  )  throw () [virtual]
 

The virtual destructor.

Appears that the required declaration has to be the same as the base class, according to GCC 3.2.1.


Member Function Documentation

char* DataRepException::__str__  ) 
 

MethodCode return DataRepException::PyString_FromString sipCpp->  what()  ) 
 

const char* DataRepException::what  )  const throw ()
 

The standard method to return a string giving message about the cause of the exception.


The documentation for this class was generated from the following file:
Generated on Wed Sep 7 14:51:47 2005 for SiHippo by  doxygen 1.4.3