#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.
EMAN::_ImageWriteException::_ImageWriteException | ( | const string & | imagename, | |
const string & | file = "unknown" , |
|||
int | line = 0 , |
|||
const string & | desc_str = "" | |||
) | [inline] |
const char* EMAN::_ImageWriteException::name | ( | ) | const [inline, virtual] |
The name of this E2Exception class.
Reimplemented from EMAN::E2Exception.
Definition at line 228 of file exception.h.