VectorException Class Reference
[Vector and Matrix mathematicsException Classes]

#include <VectorBase.hpp>

Inheritance diagram for VectorException:

Inheritance graph
[legend]
Collaboration diagram for VectorException:

Collaboration graph
[legend]
List of all members.

Detailed Description

An exception thrown when there's a problem with a vector.

Definition at line 47 of file VectorBase.hpp.

Public Member Functions

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

Friends

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


Constructor & Destructor Documentation

VectorException  )  throw () [inline]
 

Default constructor.

Definition at line 47 of file VectorBase.hpp.

VectorException const VectorException a  )  throw () [inline]
 

Copy constructor.

Definition at line 47 of file VectorBase.hpp.

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

Cast constructor.

Definition at line 47 of file VectorBase.hpp.

VectorException 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 52 of file VectorBase.hpp.

VectorException 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 57 of file VectorBase.hpp.

~VectorException  )  throw () [inline]
 

Destructor.

Definition at line 57 of file VectorBase.hpp.


Member Function Documentation

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

Returns the name of the exception class.

Reimplemented from Exception.

Definition at line 57 of file VectorBase.hpp.

VectorException& operator= const VectorException kid  )  [inline]
 

assignment operator for derived exceptions

Definition at line 57 of file VectorBase.hpp.


Friends And Related Function Documentation

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

ostream operator for derived exceptions

Definition at line 57 of file VectorBase.hpp.


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