cartobase  5.0.5
carto::no_dir_error Class Reference

write in a non-existing directory (more precise than file_not_found_error ) More...

#include <cartobase/exception/ioexcept.h>

Inheritance diagram for carto::no_dir_error:
Collaboration diagram for carto::no_dir_error:

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 ()
 
- Public Member Functions inherited from carto::file_not_found_error
 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 ()
 
- Public Member Functions inherited from carto::open_error
 open_error (const std::string &arg, const std::string &filename="")
 
virtual ~open_error () throw ()
 
- Public Member Functions inherited from carto::io_error
 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 Public Member Functions inherited from carto::io_error
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="")
 

Detailed Description

write in a non-existing directory (more precise than file_not_found_error )

Definition at line 109 of file ioexcept.h.

Constructor & Destructor Documentation

◆ no_dir_error() [1/2]

carto::no_dir_error::no_dir_error ( const std::string &  arg,
const std::string &  filename 
)

◆ no_dir_error() [2/2]

carto::no_dir_error::no_dir_error ( const std::string &  filename = "")

◆ ~no_dir_error()

virtual carto::no_dir_error::~no_dir_error ( )
throw (
)
virtual

The documentation for this class was generated from the following file: