JWS C++ Library
C++ language utility library
jwscxx::base::Exception Member List
This is the complete list of members for jwscxx::base::Exception, including all inherited members.
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
filejwscxx::base::Exception [protected]
get_file() const jwscxx::base::Exception [inline]
get_line() const jwscxx::base::Exception [inline]
get_msg() const jwscxx::base::Exception [inline]
linejwscxx::base::Exception [protected]
msgjwscxx::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]