LogicError Class Reference

Error specialisation for places where alg logic has failed. More...

#include <Exceptions.hh>

Inheritance diagram for LogicError:
Inheritance graph
[legend]
Collaboration diagram for LogicError:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 LogicError (const std::string &what)

Detailed Description

Error specialisation for places where alg logic has failed.

Definition at line 30 of file Exceptions.hh.


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: