Public Member Functions | |
ExcPointNotFound (const Point< N > a1) | |
virtual | ~ExcPointNotFound () throw () |
virtual void | print_info (std::ostream &out) const |
Private Attributes | |
const Point< N > | arg1 |
Exception
GridTools::ExcPointNotFound< N >::ExcPointNotFound | ( | const Point< N > | a1 | ) | [inline] |
virtual GridTools::ExcPointNotFound< N >::~ExcPointNotFound | ( | ) | throw () [inline, virtual] |
virtual void GridTools::ExcPointNotFound< 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::ExcPointNotFound< N >::arg1 [private] |