List of all members.
Public Member Functions |
| ExcInUse (const int a1, const char *a2, const std::string &a3) |
virtual | ~ExcInUse () throw () |
virtual void | print_info (std::ostream &out) const |
Private Attributes |
const int | arg1 |
const char * | arg2 |
const std::string & | arg3 |
Detailed Description
Exception: Object may not be deleted, since it is used.
Constructor & Destructor Documentation
Subscriptor::ExcInUse::ExcInUse |
( |
const int |
a1, |
|
|
const char * |
a2, |
|
|
const std::string & |
a3 | |
|
) |
| | [inline] |
virtual Subscriptor::ExcInUse::~ExcInUse |
( |
|
) |
throw () [inline, virtual] |
Member Function Documentation
virtual void Subscriptor::ExcInUse::print_info |
( |
std::ostream & |
out |
) |
const [inline, virtual] |
Print more specific information about the exception which occured. Overload this function in your own exception classes.
Reimplemented from ExceptionBase.
Member Data Documentation
The documentation for this class was generated from the following file: