CppNoddy  0.92
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
Exceptions.h File Reference

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
 

Detailed Description

The collection of CppNoddy exceptions.

Definition in file Exceptions.h.

Macro Definition Documentation

◆ WHAT

#define WHAT

Definition at line 14 of file Exceptions.h.

© 2012

R.E. Hewitt