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