Grafalgo
Library of useful data structures and algorithms
grafalgo::InputException Class Reference

This exception is thrown by methods that encounter an error while attempting to read in a data structure. More...

#include <Exceptions.h>

Inheritance diagram for grafalgo::InputException:
Collaboration diagram for grafalgo::InputException:

List of all members.

Public Member Functions

 InputException (string &s)
 Construct a new object and initialize the exception string.

Detailed Description

This exception is thrown by methods that encounter an error while attempting to read in a data structure.

Definition at line 78 of file Exceptions.h.


Constructor & Destructor Documentation

grafalgo::InputException::InputException ( string &  s) [inline]

Construct a new object and initialize the exception string.

Parameters:
sis a reference to a string describing the condition that triggered the exception.

Definition at line 84 of file Exceptions.h.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Friends