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