ArraySizeError Class Reference
[Error Handling]

Array size error. More...

#include <ctexceptions.h>

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

List of all members.

Public Member Functions

 ArraySizeError (std::string procedure, int sz, int reqd)
 Constructor.

Detailed Description

Array size error.

This error is thrown if a supplied length to a vector supplied to Cantera is too small.

Definition at line 110 of file ctexceptions.h.


Constructor & Destructor Documentation

ArraySizeError ( std::string  procedure,
int  sz,
int  reqd 
)

Constructor.

The length needed is supplied by the argument, reqd, and the length supplied is given by the argument sz.

Parameters:
procedure String name for the function within which the error was generated.
sz This is the length supplied to Cantera.
reqd This is the required length needed by Cantera

Definition at line 1462 of file misc.cpp.


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