CppNoddy
0.92
|
The collection of CppNoddy exceptions. More...
#include <string>
#include <iostream>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | CppNoddy::ExceptionExternal |
An exception to indicate that an error has been detected in an external (LAPACK) routine. More... | |
class | CppNoddy::ExceptionGeom |
An exception class to be thrown when a container of incorrect geometry used in any class/method. More... | |
class | CppNoddy::ExceptionItn |
An exception class that is thrown if too many Newton steps are taken in either the scalar or vector Newton classes. More... | |
class | CppNoddy::ExceptionRange |
An exception to indicate that a CppNoddy container has been accessed with index/indices outside the maximum range for the container. More... | |
class | CppNoddy::ExceptionRuntime |
A generic runtime exception. More... | |
class | CppNoddy::ExceptionBifurcation |
Not used yet.... More... | |
Namespaces | |
namespace | CppNoddy |
A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics. | |
Macros | |
#define | WHAT |
The collection of CppNoddy exceptions.
Definition in file Exceptions.h.
#define WHAT |
Definition at line 14 of file Exceptions.h.
© 2012
R.E. Hewitt