#include <exception.h>
Inheritance diagram for EMAN::_TypeException:
Public Member Functions | |
_TypeException (const string &desc_str, const string &type, const string &file="unknown", int line=0) | |
const char * | name () const |
The name of this E2Exception class. |
For example, when casting an EMData* type to a float type.
Parameters: 1. desc Description of the situation. 2. type The name of type causing trouble.
Definition at line 259 of file exception.h.
EMAN::_TypeException::_TypeException | ( | const string & | desc_str, | |
const string & | type, | |||
const string & | file = "unknown" , |
|||
int | line = 0 | |||
) | [inline] |
const char* EMAN::_TypeException::name | ( | ) | const [inline, virtual] |
The name of this E2Exception class.
Reimplemented from EMAN::E2Exception.
Definition at line 266 of file exception.h.