40 #ifndef _Isorropia_Exception_hpp_ 41 #define _Isorropia_Exception_hpp_ 63 const char*
what()
const throw();
Isorropia is the namespace that contains general definitions that apply to all partitioners and that ...
Definition: Isorropia_Epetra.hpp:60
std::string smsg_
Definition: Isorropia_Exception.hpp:65
Exception(const char *msg)
constructor that accepts a const char-ptr
const char * what() const
return const char-ptr of exception message
Definition: Isorropia_Exception.hpp:69
virtual ~Exception()
destructor
A simple extension of std::exception with constructors that accept a message in the form of a 'const ...
Definition: Isorropia_Exception.hpp:51