|
NGSolve
5.3
|
Base class for all ng exceptions. More...
#include <exception.hpp>

Public Member Functions | |
| Exception (const string &s) | |
| string s describes the exception | |
| Exception (const char *s) | |
| string s describes the exception | |
| Exception & | Append (const string &s) |
| append string to description | |
| Exception & | Append (const char *s) |
| append string to description | |
| const string & | What () const |
| verbal description of exception | |
Base class for all ng exceptions.
1.7.6.1