FflasFfpack
Failure Class Reference

A precondtion failed. More...

#include <debug.h>

Detailed Description

A precondtion failed.

 The \c throw mechanism is usually used here as in
if (!check)
throw(Failure(__func__,__LINE__,"this check just failed");

The parameters of the constructor help debugging.


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