#include <exception.h>

Public Member Functions | |
| StepSizeError (std::string resource_name, double max, double actual, const char *file, int line) throw () | |
| psi::StepSizeError::StepSizeError | ( | std::string | resource_name, | |
| double | max, | |||
| double | actual, | |||
| const char * | file, | |||
| int | line | |||
| ) | throw () |
Constructor
| resource_name | The name of the value that is changed (scf, geometry, cc amps) | |
| max | The max (or min) value allowed | |
| actual | The actual value obtained | |
| file | The file that threw the exception (use __FILE__ macro) | |
| line | The line number that threw the exception (use __LINE__ macro) |
1.5.6