cartobase
5.1.2
|
write in a non-existing directory (more precise than file_not_found_error ) More...
#include <cartobase/exception/ioexcept.h>
Public Member Functions | |
no_dir_error (const std::string &arg, const std::string &filename) | |
no_dir_error (const std::string &filename="") | |
virtual | ~no_dir_error () throw () |
![]() | |
file_not_found_error (const std::string &arg, const std::string &filename) | |
file_not_found_error (const std::string &filename="") | |
virtual | ~file_not_found_error () throw () |
![]() | |
open_error (const std::string &arg, const std::string &filename="") | |
virtual | ~open_error () throw () |
![]() | |
io_error (const std::string &arg, const std::string &filename="") | |
virtual | ~io_error () throw () |
virtual const char * | what () const throw () |
std::string | filename () const |
Additional Inherited Members | |
![]() | |
static void | launchErrnoExcept (const std::string &filename="") |
static void | keepExceptionPriority (std::exception &e, int &prio, int &type, std::string &message, int raiseprio=0) |
static void | launchExcept (int code, const std::string &msg, const std::string &defmsg="") |
write in a non-existing directory (more precise than file_not_found_error )
Definition at line 109 of file ioexcept.h.
carto::no_dir_error::no_dir_error | ( | const std::string & | arg, |
const std::string & | filename | ||
) |
carto::no_dir_error::no_dir_error | ( | const std::string & | filename = "" | ) |
|
virtual |