queso-0.53.0
Public Member Functions | List of all members
QUESO::LogicError Class Reference

#include <exceptions.h>

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

Public Member Functions

 LogicError ()
 

Detailed Description

A class to represent the internal "this should never happen" errors, to be thrown by "queso_error();"

Definition at line 41 of file exceptions.h.

Constructor & Destructor Documentation

QUESO::LogicError::LogicError ( )
inline

Definition at line 44 of file exceptions.h.

44 : std::logic_error( "Error in QUESO internal logic" ) {}

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

Generated on Thu Jun 11 2015 13:52:34 for queso-0.53.0 by  doxygen 1.8.5