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