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

EMAN::_NullPointerException Class Reference

Used when a NULL is given to a pointer that should not be NULL. More...

#include <exception.h>

Inheritance diagram for EMAN::_NullPointerException:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 _NullPointerException (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 a NULL is given to a pointer that should not be NULL.

Parameter: 1. desc: The description string.

Definition at line 239 of file exception.h.


Constructor & Destructor Documentation

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

Definition at line 242 of file exception.h.

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


Member Function Documentation

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

The name of this E2Exception class.

Returns:
The name of this E2Exception class.

Reimplemented from EMAN::E2Exception.

Definition at line 246 of file exception.h.

00246 { return "NullPointerException"; }


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