#include <exception.h>
Inheritance diagram for EMAN::_NotExistingObjectException:
Public Member Functions | |
_NotExistingObjectException (const string &objname_str, const string &file="unknown", int line=0, const string &desc_str="none") | |
const char * | name () const |
The name of this E2Exception class. |
Parameters: 1. objname The name of the not-existing object. 2. desc The description of the situation.
Definition at line 126 of file exception.h.
EMAN::_NotExistingObjectException::_NotExistingObjectException | ( | const string & | objname_str, | |
const string & | file = "unknown" , |
|||
int | line = 0 , |
|||
const string & | desc_str = "none" | |||
) | [inline] |
Definition at line 129 of file exception.h.
00133 : E2Exception(file, line, desc_str, objname_str) {}
const char* EMAN::_NotExistingObjectException::name | ( | ) | const [inline, virtual] |
The name of this E2Exception class.
Reimplemented from EMAN::E2Exception.
Definition at line 135 of file exception.h.