#include <exception.h>

Public Member Functions | |
| MaxIterationsExceeded (std::string routine_name, int max, const char *file, int line) throw () | |
| psi::MaxIterationsExceeded::MaxIterationsExceeded | ( | std::string | routine_name, | |
| int | max, | |||
| const char * | file, | |||
| int | line | |||
| ) | throw () |
Constructor
| 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) |
1.5.6