![]() |
NuTo
Numerics Tool
|
Base class for all exceptions thrown in NuTo. More...
#include <Exception.h>
Public Member Functions | |
| Exception (const std::string &message) | |
| Constructor. More... | |
| Exception (const std::string &caller, const std::string &message) | |
| Constructor. More... | |
Base class for all exceptions thrown in NuTo.
|
inlineexplicit |
Constructor.
| message | Error message. |
|
inlineexplicit |
Constructor.
| caller | Name of the method that throws. |
| message | Error message. |
1.8.11