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

This exception is thrown by methods that detect illegal argument values. More...

#include <Exceptions.h>

Inheritance diagram for grafalgo::IllegalArgumentException:
Collaboration diagram for grafalgo::IllegalArgumentException:

List of all members.

Public Member Functions

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

Detailed Description

This exception is thrown by methods that detect illegal argument values.

Definition at line 47 of file Exceptions.h.


Constructor & Destructor Documentation

grafalgo::IllegalArgumentException::IllegalArgumentException ( 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 53 of file Exceptions.h.


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