| cartobase
    5.1.2
    | 
stream not open More...
#include <cartobase/exception/ioexcept.h>


| Public Member Functions | |
| not_open_error (const std::string &arg, const std::string &filename) | |
| not_open_error (const std::string &filename="") | |
| virtual | ~not_open_error () throw () | 
|  Public Member Functions inherited from carto::stream_state_error | |
| stream_state_error (const std::string &arg, const std::string &filename="") | |
| virtual | ~stream_state_error () throw () | 
|  Public Member Functions inherited from carto::read_write_error | |
| read_write_error (const std::string &arg, const std::string &filename="") | |
| virtual | ~read_write_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="") | 
stream not open
Definition at line 192 of file ioexcept.h.
| carto::not_open_error::not_open_error | ( | const std::string & | arg, | 
| const std::string & | filename | ||
| ) | 
| carto::not_open_error::not_open_error | ( | const std::string & | filename = "" | ) | 
| 
 | virtual | |||||||||||||