unknown_interface_error Class Reference

#include <exceptions.hh>

List of all members.

Public Member Functions

 unknown_interface_error (const char *s)
const char * where () const

Private Attributes

const char * w


Detailed Description

Definition at line 162 of file exceptions.hh.


Constructor & Destructor Documentation

unknown_interface_error::unknown_interface_error ( const char *  s  )  [inline]

Definition at line 167 of file exceptions.hh.

00168     : w(s) {
00169   }


Member Function Documentation

const char* unknown_interface_error::where (  )  const [inline]

Definition at line 171 of file exceptions.hh.

References w.

Referenced by handle_exception().

00171                             {
00172     return w;
00173   }


Member Data Documentation

const char* unknown_interface_error::w [private]

Definition at line 164 of file exceptions.hh.

Referenced by where().


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

Generated on Wed Jul 16 22:55:38 2008 for PPL by  doxygen 1.5.6