#include <exception.h>
Inheritance diagram for EMAN::_EmptyContainerException:
Public Member Functions | |
_EmptyContainerException (const string &file="unknown", int line=0, const string &desc_str="") | |
const char * | name () const |
The name of this E2Exception class. |
Definition at line 373 of file exception.h.
EMAN::_EmptyContainerException::_EmptyContainerException | ( | const string & | file = "unknown" , |
|
int | line = 0 , |
|||
const string & | desc_str = "" | |||
) | [inline] |
const char* EMAN::_EmptyContainerException::name | ( | ) | const [inline, virtual] |
The name of this E2Exception class.
Reimplemented from EMAN::E2Exception.
Definition at line 380 of file exception.h.