Grafalgo
Library of useful data structures and algorithms
/Users/jst/src/grafalgo/cpp/include/Exceptions.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  grafalgo::Exception
 This class contains exceptions used within grafalgo. More...
class  grafalgo::IllegalArgumentException
 This exception is thrown by methods that detect illegal argument values. More...
class  grafalgo::OutOfSpaceException
 This exception is thrown by constructors (and other methods) that are unable to allocate space for the data structure because there is no memory left to allocate. More...
class  grafalgo::InputException
 This exception is thrown by methods that encounter an error while attempting to read in a data structure. More...

Detailed Description

Author:
Jon Turner
Date:
2011 This is open source software licensed under the Apache 2.0 license. See http://www.apache.org/licenses/LICENSE-2.0 for details.

Definition in file Exceptions.h.

 All Classes Files Functions Variables Typedefs Friends