StringException Class Reference
[Text String Manipulation ToolsException Classes]

#include <StringUtils.hpp>

Inheritance diagram for StringException:

Inheritance graph
[legend]
Collaboration diagram for StringException:

Collaboration graph
[legend]
List of all members.

Detailed Description

This is thrown instread of a std::exception when a gpstk::StringUtils function fails.

Definition at line 101 of file StringUtils.hpp.

Public Member Functions

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

Friends

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


Constructor & Destructor Documentation

StringException  )  throw () [inline]
 

Default constructor.

Definition at line 101 of file StringUtils.hpp.

StringException const StringException a  )  throw () [inline]
 

Copy constructor.

Definition at line 101 of file StringUtils.hpp.

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

Cast constructor.

Definition at line 101 of file StringUtils.hpp.

StringException 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 106 of file StringUtils.hpp.

StringException 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 111 of file StringUtils.hpp.

~StringException  )  throw () [inline]
 

Destructor.

Definition at line 111 of file StringUtils.hpp.


Member Function Documentation

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

Returns the name of the exception class.

Reimplemented from Exception.

Definition at line 111 of file StringUtils.hpp.

StringException& operator= const StringException kid  )  [inline]
 

assignment operator for derived exceptions

Definition at line 111 of file StringUtils.hpp.


Friends And Related Function Documentation

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

ostream operator for derived exceptions

Definition at line 111 of file StringUtils.hpp.


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