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

EMAN::_InvalidStringException Class Reference

Used when an invalid (format) string is given. More...

#include <exception.h>

Inheritance diagram for EMAN::_InvalidStringException:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 _InvalidStringException (const string &str, 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 invalid (format) string is given.

Parameters: 1. str The invalid integer value. 2. desc Description of the situation.

Definition at line 302 of file exception.h.


Constructor & Destructor Documentation

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

Definition at line 305 of file exception.h.

00307                         : E2Exception(file, line, desc_str)
00308                 {
00309                         objname = str;
00310                 }


Member Function Documentation

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

The name of this E2Exception class.

Returns:
The name of this E2Exception class.

Reimplemented from EMAN::E2Exception.

Definition at line 311 of file exception.h.

00311 { return "InvalidStringException"; }


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