FileHunterException Class Reference
[File and Directory Processing UtilitiesException Classes]

#include <FileHunter.hpp>

Inheritance diagram for FileHunterException:

Inheritance graph
[legend]
Collaboration diagram for FileHunterException:

Collaboration graph
[legend]
List of all members.

Detailed Description

The only exception that class FileHunter throws.

Definition at line 63 of file FileHunter.hpp.

Public Member Functions

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

Friends

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


Constructor & Destructor Documentation

FileHunterException  )  throw () [inline]
 

Default constructor.

Definition at line 63 of file FileHunter.hpp.

FileHunterException const FileHunterException a  )  throw () [inline]
 

Copy constructor.

Definition at line 63 of file FileHunter.hpp.

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

Cast constructor.

Definition at line 63 of file FileHunter.hpp.

FileHunterException 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 68 of file FileHunter.hpp.

FileHunterException 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 73 of file FileHunter.hpp.

~FileHunterException  )  throw () [inline]
 

Destructor.

Definition at line 73 of file FileHunter.hpp.


Member Function Documentation

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

Returns the name of the exception class.

Reimplemented from Exception.

Definition at line 73 of file FileHunter.hpp.

FileHunterException& operator= const FileHunterException kid  )  [inline]
 

assignment operator for derived exceptions

Definition at line 73 of file FileHunter.hpp.


Friends And Related Function Documentation

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

ostream operator for derived exceptions

Definition at line 73 of file FileHunter.hpp.


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