InvalidArgument Class Reference

#include <UtilExceptions.h>

Inheritance diagram for InvalidArgument:

runtime_error

Detailed Description

InvalidArgument Thrown when an argument was not proper in the current context A message will be supplied

Definition at line 44 of file UtilExceptions.h.


Public Member Functions

 InvalidArgument (const std::string &message)

Constructor & Destructor Documentation

InvalidArgument::InvalidArgument ( const std::string &  message  )  [inline]

constructor

Definition at line 47 of file UtilExceptions.h.

00048             : std::runtime_error(message) {}


The documentation for this class was generated from the following file:

Generated on Wed May 5 00:06:46 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6