UnknownElement Class Reference

#include <UtilExceptions.h>

Inheritance diagram for UnknownElement:

runtime_error

Detailed Description

UnknownElement Thrown when a named element is tried to be accesed which is not known to the container

Definition at line 133 of file UtilExceptions.h.


Public Member Functions

 UnknownElement (const std::string &msg)
 UnknownElement ()

Constructor & Destructor Documentation

UnknownElement::UnknownElement (  )  [inline]

constructor

Definition at line 136 of file UtilExceptions.h.

00137             : std::runtime_error("Unknown Element") {}

UnknownElement::UnknownElement ( const std::string &  msg  )  [inline]

constructor

Definition at line 140 of file UtilExceptions.h.

00141             : std::runtime_error(msg) {}


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

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