Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

EMAN::_ImageFormatException Class Reference

Used when an image is not in the expected format. More...

#include <exception.h>

Inheritance diagram for EMAN::_ImageFormatException:

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

Collaboration graph
[legend]
List of all members.

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.

Detailed Description

Used when an image is not in the expected format.

Definition at line 144 of file exception.h.


Constructor & Destructor Documentation

EMAN::_ImageFormatException::_ImageFormatException const string &  desc_str,
const string &  file = "unknown",
int  line = 0
[inline]
 

Definition at line 147 of file exception.h.

00150                         : E2Exception(file, line, desc_str) {}


Member Function Documentation

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

The name of this E2Exception class.

Returns:
The name of this E2Exception class.

Reimplemented from EMAN::E2Exception.

Definition at line 152 of file exception.h.

00152 { return "ImageFormatException"; }


The documentation for this class was generated from the following file:
Generated on Tue Jun 11 13:48:04 2013 for EMAN2 by  doxygen 1.3.9.1