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 |
Subscriptor::ExcInUse::ExcInUse | ( | const int | a1, | |
const char * | a2, | |||
const std::string & | a3 | |||
) | [inline] |
virtual Subscriptor::ExcInUse::~ExcInUse | ( | ) | throw () [inline, virtual] |
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.
const int Subscriptor::ExcInUse::arg1 [private] |
const char* Subscriptor::ExcInUse::arg2 [private] |
const std::string& Subscriptor::ExcInUse::arg3 [private] |