#include <exception.h>
Inheritance diagram for EMAN::_BadAllocException:
Public Member Functions | |
_BadAllocException (const string &file="unknown", int line=0, const string &desc_str="") | |
const char * | name () const |
The name of this E2Exception class. |
.. i.e. ran out of system memory
Definition at line 386 of file exception.h.
EMAN::_BadAllocException::_BadAllocException | ( | const string & | file = "unknown" , |
|
int | line = 0 , |
|||
const string & | desc_str = "" | |||
) | [inline] |
const char* EMAN::_BadAllocException::name | ( | ) | const [inline, virtual] |
The name of this E2Exception class.
Reimplemented from EMAN::E2Exception.
Definition at line 393 of file exception.h.