LogicError Class Reference

#include <Exceptions.hh>

Inheritance diagram for LogicError:

Inheritance graph
[legend]

Collaboration diagram for LogicError:

Collaboration graph
[legend]

List of all members.


Detailed Description

Todo:
Clarify where this might arise!

Definition at line 29 of file Exceptions.hh.


Public Member Functions

 LogicError (const std::string &what)

Constructor & Destructor Documentation

LogicError ( const std::string &  what  )  [inline]

Definition at line 31 of file Exceptions.hh.

00031 : Error(what) {}


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