std::bad_exception Class Reference

#include <stdapis/stlportv5/exception>

class std::bad_exception : public std::exception

Inherits from

Constructor & Destructor Documentation

bad_exception ( )

IMPORT_Cbad_exception()[inline]

bad_exception ( const bad_exception & )

IMPORT_Cbad_exception(const bad_exception &)[inline]

~bad_exception ( )

IMPORT_C~bad_exception()[inline, virtual]

Member Function Documentation

operator= ( const bad_exception & )

IMPORT_C bad_exception &operator=(const bad_exception &)[inline]

what ( )

IMPORT_C const char *what()const [inline, virtual]

Reimplemented from std::exception::what()const