LogicError Class Reference
[Exceptions]
#include <lemon/error.h>
List of all members.
Detailed Description
Logic errors represent problems in the internal logic of a program; in theory, these are preventable, and even detectable before the program runs (e.g., violations of class invariants).
A typical example for this is UninitializedParameter.
The documentation for this class was generated from the following file: