Default exception class for range errors. More...
#include <dune/common/exceptions.hh>
Public Member Functions | |
void | message (const std::string &message) |
store string in internal message buffer | |
const std::string & | what () const |
output internal message buffer |
Default exception class for range errors.
This is the superclass for all errors which are caused because the user tries to access data that was not allocated before. These can be problems like
void Dune::Exception::message | ( | const std::string & | message | ) | [inline, inherited] |
store string in internal message buffer
const std::string & Dune::Exception::what | ( | ) | const [inline, inherited] |
output internal message buffer
Referenced by Dune::operator<<().