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