ObjectNotFound Class Reference
[Exception Classes]

#include <Combinations.hpp>

Inheritance diagram for ObjectNotFound:

Inheritance graph
[legend]
Collaboration diagram for ObjectNotFound:

Collaboration graph
[legend]
List of all members.

Detailed Description

Operation failed because it was unable to locate the requested obj.

Definition at line 623 of file Combinations.hpp.

Public Member Functions

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

Friends

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


Constructor & Destructor Documentation

ObjectNotFound  )  throw () [inline]
 

Default constructor.

Definition at line 623 of file Combinations.hpp.

ObjectNotFound const ObjectNotFound a  )  throw () [inline]
 

Copy constructor.

Definition at line 623 of file Combinations.hpp.

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

Cast constructor.

Definition at line 623 of file Combinations.hpp.

ObjectNotFound 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 628 of file Combinations.hpp.

ObjectNotFound 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 633 of file Combinations.hpp.

~ObjectNotFound  )  throw () [inline]
 

Destructor.

Definition at line 633 of file Combinations.hpp.


Member Function Documentation

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

Returns the name of the exception class.

Reimplemented from AccessError.

Definition at line 633 of file Combinations.hpp.

ObjectNotFound& operator= const ObjectNotFound kid  )  [inline]
 

assignment operator for derived exceptions

Definition at line 633 of file Combinations.hpp.


Friends And Related Function Documentation

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

ostream operator for derived exceptions

Definition at line 633 of file Combinations.hpp.


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