queso-0.51.1
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 Apr 23 2015 19:26:16 for queso-0.51.1 by  doxygen 1.8.5