psi::StepSizeError Class Reference

#include <exception.h>

Inheritance diagram for psi::StepSizeError:

psi::LimitExceeded< double > psi::PsiException

List of all members.

Public Member Functions

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


Detailed Description

Error in a step size

Constructor & Destructor Documentation

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

Constructor

Parameters:
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)


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