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

Error specialisation for places where alg logic has failed.

Definition at line 30 of file Exceptions.hh.


Public Member Functions

 LogicError (const std::string &what)

Constructor & Destructor Documentation

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

Definition at line 32 of file Exceptions.hh.

00032 : Error(what) {}


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