psi::MaxIterationsExceeded Class Reference

#include <exception.h>

Inheritance diagram for psi::MaxIterationsExceeded:

psi::LimitExceeded< int > psi::PsiException psi::ConvergenceError

List of all members.

Public Member Functions

 MaxIterationsExceeded (std::string routine_name, int max, const char *file, int line) throw ()


Detailed Description

Maximum number of iterations exceeded

Constructor & Destructor Documentation

psi::MaxIterationsExceeded::MaxIterationsExceeded ( std::string  routine_name,
int  max,
const char *  file,
int  line 
) throw ()

Constructor

Parameters:
routine_name The name of the routine that is not converging (e.g. scf, ccsd, optking disp)
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:48 2009 for PSI by  doxygen 1.5.6