antioch-0.4.0
List of all members | Public Member Functions
Antioch::LogicError Class Reference

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

#include <antioch_exceptions.h>

Inheritance diagram for Antioch::LogicError:

Public Member Functions

 LogicError ()
 

Detailed Description

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

Definition at line 40 of file antioch_exceptions.h.

Constructor & Destructor Documentation

Antioch::LogicError::LogicError ( )
inline

Definition at line 43 of file antioch_exceptions.h.

43 : std::logic_error( "Error in Antioch internal logic" ) {}

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

Generated on Thu Jul 7 2016 11:09:49 for antioch-0.4.0 by  doxygen 1.8.8