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

EMAN::_InvalidParameterException Class Reference

#include <exception.h>

Inheritance diagram for EMAN::_InvalidParameterException:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 _InvalidParameterException (const string &file="unknown", int line=0, const string &desc_str="")
const char * name () const
 The name of this E2Exception class.

Constructor & Destructor Documentation

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

Definition at line 363 of file exception.h.

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


Member Function Documentation

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

The name of this E2Exception class.

Returns:
The name of this E2Exception class.

Reimplemented from EMAN::E2Exception.

Definition at line 367 of file exception.h.

00367 { return "InvalidParameterException"; }


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