|
Isorropia: Partitioning, Load Balancing and more
|
Go to the documentation of this file.
40 #ifndef _Isorropia_Exception_hpp_
41 #define _Isorropia_Exception_hpp_
63 const
char*
what() const throw();
virtual ~Exception()
destructor
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
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
A simple extension of std::exception with constructors that accept a message in the form of a 'const ...
Definition: Isorropia_Exception.hpp:51
Exception(std::string msg)
constructor that accepts a std::string