ElementRangeError Class Reference
[Error Handling]

An element index is out of range. More...

#include <ctexceptions.h>

Inheritance diagram for ElementRangeError:
Inheritance graph
[legend]
Collaboration diagram for ElementRangeError:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ElementRangeError (std::string func, int m, int mmax)
 Constructor.

Detailed Description

An element index is out of range.

Definition at line 130 of file ctexceptions.h.


Constructor & Destructor Documentation

ElementRangeError ( std::string  func,
int  m,
int  mmax 
)

Constructor.

This class indicates an out-of-bounds index.

Parameters:
func String name for the function within which the error was generated.
m This is the value of the out-of-bounds index.
mmax This is the maximum allowed value of the index. The minimum allowed value is assumed to be 0.

Definition at line 1466 of file misc.cpp.


The documentation for this class was generated from the following files:
Generated by  doxygen 1.6.3