#include <MagExceptions.h>
Definition at line 31 of file MagExceptions.h.
GridInterpolator3DException::GridInterpolator3DException |
( |
double |
a1, |
|
|
double |
b1, |
|
|
double |
c1, |
|
|
double |
a2, |
|
|
double |
b2, |
|
|
double |
c2 |
|
) |
| |
throw | ( | |
| ) | | |
GridInterpolator3DException::~GridInterpolator3DException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
virtual |
double* GridInterpolator3DException::limits |
( |
void |
| ) |
|
|
inline |
const char * GridInterpolator3DException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
virtual |
Definition at line 22 of file MagExceptions.cc.
22 {
return "LinearGridInterpolator3D: field requested outside of grid validity";}
double GridInterpolator3DException::limits_[6] |
|
protected |