StandardExceptions::ExcFileNotOpen Class Reference
[Exceptions and assertions]
List of all members.
Detailed Description
An error occured opening the named file.
The constructor takes a single argument of type char*
naming the file.
Constructor & Destructor Documentation
StandardExceptions::ExcFileNotOpen::ExcFileNotOpen |
( |
const char * |
a1 |
) |
[inline] |
virtual StandardExceptions::ExcFileNotOpen::~ExcFileNotOpen |
( |
|
) |
throw () [inline, virtual] |
Member Function Documentation
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.
Member Data Documentation
The documentation for this class was generated from the following file: