#include <Err.h>
Inheritance diagram for rs::err::IOError:
Public Methods | |
IOError (const std::string &filename) | |
IOError (const std::string &filename, const std::string &IO_command) | |
virtual | ~IOError () throw () |
Definition at line 170 of file Err.h.
|
Create a new I/O error. Example: IOError("my.txt") gives sth like "permission denied ('my.txt')"
|
|
Create a new I/O error. Example: IOError("my.txt", "unlink") gives sth like "permission denied for unlink('my.txt')"
|
|
|
Contact me in case of errors or questions. This documentation is powered by ![]() |
(C) 2000-2002 ![]() |