cartobase
5.0.5
|
wrong format More...
#include <cartobase/exception/ioexcept.h>
Public Member Functions | |
wrong_format_error (const std::string &arg, const std::string &filename) | |
wrong_format_error (const std::string &filename="") | |
virtual | ~wrong_format_error () throw () |
![]() | |
format_error (const std::string &arg, const std::string &filename) | |
format_error (const std::string &filename="") | |
virtual | ~format_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="") |
wrong format
Definition at line 222 of file ioexcept.h.
carto::wrong_format_error::wrong_format_error | ( | const std::string & | arg, |
const std::string & | filename | ||
) |
carto::wrong_format_error::wrong_format_error | ( | const std::string & | filename = "" | ) |
|
virtual |