#include <MagneticField/VolumeGeometry/interface/MagExceptions.h>
Public Member Functions | |
GridInterpolator3DException (double a1, double b1, double c1, double a2, double b2, double c2) throw () | |
virtual const char * | what () const throw () |
virtual | ~GridInterpolator3DException () throw () |
Public Attributes | |
double | a1_ |
double | a2_ |
double | b1_ |
double | b2_ |
double | c1_ |
double | c2_ |
Definition at line 30 of file MagExceptions.h.
GridInterpolator3DException::GridInterpolator3DException | ( | double | a1, | |
double | b1, | |||
double | c1, | |||
double | a2, | |||
double | b2, | |||
double | c2 | |||
) | throw () [inline] |
virtual GridInterpolator3DException::~GridInterpolator3DException | ( | ) | throw () [inline, virtual] |
virtual const char* GridInterpolator3DException::what | ( | ) | const throw () [inline, virtual] |