FileSpecException Class Reference
[File and Directory Processing UtilitiesException Classes]

#include <FileSpec.hpp>

Inheritance diagram for FileSpecException:

Inheritance graph
[legend]
Collaboration diagram for FileSpecException:

Collaboration graph
[legend]
List of all members.

Detailed Description

This exception is thrown when there is a problem with handling file specifications.

Definition at line 74 of file FileSpec.hpp.

Public Member Functions

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

Friends

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


Constructor & Destructor Documentation

FileSpecException  )  throw () [inline]
 

Default constructor.

Definition at line 74 of file FileSpec.hpp.

FileSpecException const FileSpecException a  )  throw () [inline]
 

Copy constructor.

Definition at line 74 of file FileSpec.hpp.

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

Cast constructor.

Definition at line 74 of file FileSpec.hpp.

FileSpecException 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 79 of file FileSpec.hpp.

~FileSpecException  )  throw () [inline]
 

Destructor.

Definition at line 79 of file FileSpec.hpp.


Member Function Documentation

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

Returns the name of the exception class.

Reimplemented from Exception.

Definition at line 79 of file FileSpec.hpp.

FileSpecException& operator= const FileSpecException kid  )  [inline]
 

assignment operator for derived exceptions

Definition at line 79 of file FileSpec.hpp.


Friends And Related Function Documentation

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

ostream operator for derived exceptions

Definition at line 79 of file FileSpec.hpp.


The documentation for this class was generated from the following file:
Generated on Thu Feb 9 03:31:36 2012 for GPS ToolKit Software Library by  doxygen 1.3.9.1