queso-0.56.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 45 of file exceptions.h.

Constructor & Destructor Documentation

QUESO::LogicError::LogicError ( )
inline

Definition at line 48 of file exceptions.h.

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

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

Generated on Thu Dec 15 2016 13:23:13 for queso-0.56.1 by  doxygen 1.8.5