Public Member Functions | |
ExcFileNotOpen (const char *a1) | |
virtual | ~ExcFileNotOpen () throw () |
virtual void | print_info (std::ostream &out) const |
Private Attributes | |
const char * | arg1 |
The constructor takes a single argument of type char*
naming the file.
StandardExceptions::ExcFileNotOpen::ExcFileNotOpen | ( | const char * | a1 | ) | [inline] |
virtual StandardExceptions::ExcFileNotOpen::~ExcFileNotOpen | ( | ) | throw () [inline, virtual] |
virtual void StandardExceptions::ExcFileNotOpen::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 char* StandardExceptions::ExcFileNotOpen::arg1 [private] |