SpeciesRangeError Class Reference
[Error Handling]

Specific fatal error indicating that the index of a species is out of range. More...

#include <Constituents.h>

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

List of all members.

Public Member Functions

 SpeciesRangeError (std::string func, int k, int kmax)
 Constructor.

Detailed Description

Specific fatal error indicating that the index of a species is out of range.

Definition at line 38 of file Constituents.h.


Constructor & Destructor Documentation

SpeciesRangeError ( std::string  func,
int  k,
int  kmax 
) [inline]

Constructor.

Parameters:
func Function where the error occurred.
k current species index value
kmax Maximum permissible species index value. The minimum permissible species index value is assumed to be 0

Definition at line 48 of file Constituents.h.


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