A specialization of std::bad_alloc. More...
#include <util.h>
Inherits std::bad_alloc.
Public Member Functions | |
bad_alloc (const char *m="unknown") throw () | |
Constructor. | |
virtual const char * | what () const throw () |
A specialization of std::bad_alloc.
ibis::bad_alloc::bad_alloc | ( | const char * | m = "unknown" | ) | throw () [inline] |
Constructor.
The argument is expected to be a static string so that there is no need to allocate any memory for the error message.
![]() |