#include <exception.h>
Inheritance diagram for EMAN::_ImageWriteException:
Public Member Functions | |
_ImageWriteException (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 221 of file exception.h.
|
Definition at line 224 of file exception.h. 00226 : E2Exception(file, line, desc_str, imagename) {}
|
|
The name of this E2Exception class.
Reimplemented from EMAN::E2Exception. Definition at line 228 of file exception.h. 00228 { return "ImageWriteException"; }
|