EMAN::_ImageReadException Class Reference

Used when an error occurs at image reading time. More...

#include <exception.h>

Inheritance diagram for EMAN::_ImageReadException:

Inheritance graph
[legend]
Collaboration diagram for EMAN::_ImageReadException:

Collaboration graph
[legend]
List of all members.

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.

Detailed Description

Used when an error occurs at image reading time.

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.


Constructor & Destructor Documentation

EMAN::_ImageReadException::_ImageReadException ( const string &  imagename,
const string &  file = "unknown",
int  line = 0,
const string &  desc_str = "" 
) [inline]

Definition at line 205 of file exception.h.

00207                         : E2Exception(file, line, desc_str, imagename) {}


Member Function Documentation

const char* EMAN::_ImageReadException::name (  )  const [inline, virtual]

The name of this E2Exception class.

Returns:
The name of this E2Exception class.

Reimplemented from EMAN::E2Exception.

Definition at line 209 of file exception.h.

00209 { return "ImageReadException"; }


The documentation for this class was generated from the following file:
Generated on Tue Jun 11 12:43:08 2013 for EMAN2 by  doxygen 1.4.7