#include <exception.h>
Inheritance diagram for EMAN::_ImageReadException:
Public Member Functions | |
_ImageReadException (const string &imagename, const string &file="unknown", int line=0, const string &desc_str="") | |
const char * | name () const |
The name of this E2Exception class. |
Parameters: 1. imagename The name of image with writing error. 2. desc The description of the situation.
Definition at line 202 of file exception.h.
|
Definition at line 205 of file exception.h. 00207 : E2Exception(file, line, desc_str, imagename) {}
|
|
The name of this E2Exception class.
Reimplemented from EMAN::E2Exception. Definition at line 209 of file exception.h. 00209 { return "ImageReadException"; }
|