error_handling::badDimension Struct Reference

An exception struct for RBFs when attempting to use the wrong dimension. More...

#include <rbf.hpp>

Inheritance diagram for error_handling::badDimension:

Inheritance graph
[legend]
Collaboration diagram for error_handling::badDimension:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 badDimension ()
 badDimension (string r, string f, int l)

Public Attributes

size_t actual_dimension
size_t given_dimension


Detailed Description

An exception struct for RBFs when attempting to use the wrong dimension.

Constructor & Destructor Documentation

error_handling::badDimension::badDimension (  )  [inline]

00015 {};

error_handling::badDimension::badDimension ( string  r,
string  f,
int  l 
) [inline]

00016 : badArgument(r,f,l){};


Member Data Documentation


The documentation for this struct was generated from the following file:

Generated on Fri Jun 6 17:28:29 2008 by  doxygen 1.5.6