FFStreamError Class Reference
[Formatted file I/O]

#include <FFStreamError.hpp>

Inheritance diagram for FFStreamError:

Inheritance graph
[legend]
Collaboration diagram for FFStreamError:

Collaboration graph
[legend]
List of all members.

Detailed Description

FFStreamError is an exception for when the file read doesn't match the specs for that file type.

Definition at line 62 of file FFStreamError.hpp.

Public Member Functions

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

Friends

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


Constructor & Destructor Documentation

FFStreamError  )  throw () [inline]
 

Default constructor.

Definition at line 62 of file FFStreamError.hpp.

FFStreamError const FFStreamError a  )  throw () [inline]
 

Copy constructor.

Definition at line 62 of file FFStreamError.hpp.

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

Cast constructor.

Definition at line 62 of file FFStreamError.hpp.

FFStreamError 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 67 of file FFStreamError.hpp.

FFStreamError 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 72 of file FFStreamError.hpp.

~FFStreamError  )  throw () [inline]
 

Destructor.

Definition at line 72 of file FFStreamError.hpp.


Member Function Documentation

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

Returns the name of the exception class.

Reimplemented from Exception.

Reimplemented in EndOfFile.

Definition at line 72 of file FFStreamError.hpp.

FFStreamError& operator= const FFStreamError kid  )  [inline]
 

assignment operator for derived exceptions

Definition at line 72 of file FFStreamError.hpp.


Friends And Related Function Documentation

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

ostream operator for derived exceptions

Definition at line 72 of file FFStreamError.hpp.


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