JWS C++ Library
C++ language utility library
|
Exception(const char *msg, const char *file=0, uint32_t line=0) | jwscxx::base::Exception | |
Exception(const string &msg, const char *file=0, uint32_t line=0) | jwscxx::base::Exception | |
Exception(const Exception &e) | jwscxx::base::Exception | |
file | jwscxx::base::Exception | [protected] |
get_file() const | jwscxx::base::Exception | [inline] |
get_line() const | jwscxx::base::Exception | [inline] |
get_msg() const | jwscxx::base::Exception | [inline] |
IO_error(const char *msg, const char *file=0, uint32_t line=0) | jwscxx::base::IO_error | |
IO_error(const string &msg, const char *file=0, uint32_t line=0) | jwscxx::base::IO_error | |
IO_error(const IO_error &e) | jwscxx::base::IO_error | |
line | jwscxx::base::Exception | [protected] |
msg | jwscxx::base::Exception | [protected] |
print(ostream &out=cerr, bool newline=true) const | jwscxx::base::Exception | [virtual] |
print_abort(ostream &out=cerr, bool newline=true) const | jwscxx::base::Exception | [virtual] |
print_details(ostream &out=cerr, bool newline=true) const | jwscxx::base::Exception | [virtual] |
print_details_abort(ostream &out=cerr, bool newline=true) const | jwscxx::base::Exception | [virtual] |
print_details_exit(ostream &out=cerr, bool newline=true, int status=EXIT_FAILURE) const | jwscxx::base::Exception | [virtual] |
print_exit(ostream &out=cerr, bool newline=true, int status=EXIT_FAILURE) const | jwscxx::base::Exception | [virtual] |
~Exception() | jwscxx::base::Exception | [inline, virtual] |
~IO_error() | jwscxx::base::IO_error | [inline, virtual] |