Dune Core Modules (2.3.1)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
exceptions.hh
Go to the documentation of this file.
Default exception if a function was called while the object is not in a valid state for that function...
Definition: exceptions.hh:307
Default exception if an error in the parallel communication of the programm occured.
Definition: exceptions.hh:313
std::ostream & operator<<(std::ostream &s, const array< T, N > &e)
Output operator for array.
Definition: array.hh:159
static void registerHook(ExceptionHook *hook)
add a functor which is called before a Dune::Exception is emitted (see Dune::ExceptionHook)
Definition: exceptions.hh:185
const std::string & what() const
output internal message buffer
Definition: exceptions.hh:200
void message(const std::string &msg)
store string in internal message buffer
Definition: exceptions.hh:195
