Public Member Functions | |
ExcPointNotFoundInCoarseGrid (const Point< N > a1) | |
virtual | ~ExcPointNotFoundInCoarseGrid () throw () |
virtual void | print_info (std::ostream &out) const |
Private Attributes | |
const Point< N > | arg1 |
GridTools::ExcPointNotFoundInCoarseGrid< N >::ExcPointNotFoundInCoarseGrid | ( | const Point< N > | a1 | ) | [inline] |
virtual GridTools::ExcPointNotFoundInCoarseGrid< N >::~ExcPointNotFoundInCoarseGrid | ( | ) | throw () [inline, virtual] |
virtual void GridTools::ExcPointNotFoundInCoarseGrid< N >::print_info | ( | std::ostream & | out | ) | const [inline, virtual] |
Print more specific information about the exception which occured. Overload this function in your own exception classes.
Reimplemented from ExceptionBase.
const Point<N> GridTools::ExcPointNotFoundInCoarseGrid< N >::arg1 [private] |