psi::ResourceAllocationError Class Reference

#include <exception.h>

Inheritance diagram for psi::ResourceAllocationError:

psi::LimitExceeded< size_t > psi::PsiException

List of all members.

Public Member Functions

 ResourceAllocationError (std::string resource_name, size_t max, size_t actual, const char *file, int line) throw ()


Detailed Description

Convergence error for routines

Constructor & Destructor Documentation

psi::ResourceAllocationError::ResourceAllocationError ( std::string  resource_name,
size_t  max,
size_t  actual,
const char *  file,
int  line 
) throw ()

Constructor

Parameters:
resource_name The name of the resource (e.g memory)
max The max number of iterations
file The file that threw the exception (use __FILE__ macro)
line The line number that threw the exception (use __LINE__ macro)


The documentation for this class was generated from the following files:

Generated on Mon Dec 21 14:14:49 2009 for PSI by  doxygen 1.5.6