#include <stdapis/stlportv5/exception>
class std::bad_exception : public std::exception |
Public Member Functions | |
---|---|
bad_exception() | |
bad_exception(const bad_exception &) | |
virtual | ~bad_exception() |
IMPORT_C bad_exception & | operator=(const bad_exception &) |
virtual IMPORT_C const char * | what() |
Inherited Functions | |
---|---|
std::exception::exception() | |
std::exception::exception(const exception &) | |
std::exception::operator=(const exception &) | |
std::exception::~exception() |
IMPORT_C | bad_exception | ( | ) | [inline] |
IMPORT_C | bad_exception | ( | const bad_exception & | ) | [inline] |
IMPORT_C | ~bad_exception | ( | ) | [inline, virtual] |