std::exception Class Reference

class std::exception
Public Member Functions
exception ()
exception (const exception &)
~exception ()
exception & operator= (const exception &)
const char * what ()

Constructor & Destructor Documentation

exception()

exception ( )

exception(const exception &)

exception ( const exception & )

Parameters

const exception &

~exception()

~exception ( ) [virtual]

Member Functions Documentation

operator=(const exception &)

exception & operator= ( const exception & )

Parameters

const exception &

what()

const char * what ( ) const [virtual]