NumberOfTypesMismatch Class Reference
[GPSTk data structuresException Classes]

#include <DataStructures.hpp>

Inheritance diagram for NumberOfTypesMismatch:

Inheritance graph
[legend]
Collaboration diagram for NumberOfTypesMismatch:

Collaboration graph
[legend]
List of all members.

Detailed Description

Thrown when the number of data values and the number of corresponding types does not match.

Definition at line 205 of file DataStructures.hpp.

Public Member Functions

 NumberOfTypesMismatch () throw ()
 Default constructor.
 NumberOfTypesMismatch (const NumberOfTypesMismatch &a) throw ()
 Copy constructor.
 NumberOfTypesMismatch (const gpstk::Exception &a) throw ()
 Cast constructor.
 NumberOfTypesMismatch (const std::string &a, unsigned long b=0, gpstk::Exception::Severity c=gpstk::Exception::unrecoverable) throw ()
 \ Common use constructor.
 NumberOfTypesMismatch (const char *a, unsigned long b=0, gpstk::Exception::Severity c=gpstk::Exception::unrecoverable) throw ()
 \ Common use constructor.
 ~NumberOfTypesMismatch () throw ()
 Destructor.
std::string getName () const throw ()
 Returns the name of the exception class.
NumberOfTypesMismatchoperator= (const NumberOfTypesMismatch &kid)
 assignment operator for derived exceptions

Friends

std::ostream & operator<< (std::ostream &s, const NumberOfTypesMismatch &c) throw ()
 ostream operator for derived exceptions


Constructor & Destructor Documentation

NumberOfTypesMismatch  )  throw () [inline]
 

Default constructor.

Definition at line 205 of file DataStructures.hpp.

NumberOfTypesMismatch const NumberOfTypesMismatch a  )  throw () [inline]
 

Copy constructor.

Definition at line 205 of file DataStructures.hpp.

NumberOfTypesMismatch const gpstk::Exception a  )  throw () [inline]
 

Cast constructor.

Definition at line 205 of file DataStructures.hpp.

NumberOfTypesMismatch const std::string &  a,
unsigned long  b = 0,
gpstk::Exception::Severity  c = gpstk::Exception::unrecoverable
throw () [inline]
 

\ Common use constructor.

\ param a text description of exception condition. \ param b error code (default none) \ param c severity of exception (default unrecoverable) \

Definition at line 210 of file DataStructures.hpp.

NumberOfTypesMismatch const char *  a,
unsigned long  b = 0,
gpstk::Exception::Severity  c = gpstk::Exception::unrecoverable
throw () [inline]
 

\ Common use constructor.

\ param a text description of exception condition. \ param b error code (default none) \ param c severity of exception (default unrecoverable) \

Definition at line 215 of file DataStructures.hpp.

~NumberOfTypesMismatch  )  throw () [inline]
 

Destructor.

Definition at line 215 of file DataStructures.hpp.


Member Function Documentation

std::string getName  )  const throw () [inline]
 

Returns the name of the exception class.

Reimplemented from Exception.

Definition at line 215 of file DataStructures.hpp.

NumberOfTypesMismatch& operator= const NumberOfTypesMismatch kid  )  [inline]
 

assignment operator for derived exceptions

Definition at line 215 of file DataStructures.hpp.


Friends And Related Function Documentation

std::ostream& operator<< std::ostream &  s,
const NumberOfTypesMismatch c
throw () [friend]
 

ostream operator for derived exceptions

Definition at line 215 of file DataStructures.hpp.


The documentation for this class was generated from the following file:
Generated on Tue May 21 03:31:43 2013 for GPS ToolKit Software Library by  doxygen 1.3.9.1