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

A class to stub for features that should be in Antioch, but haven't been written yet, to be thrown by "antioch_not_implemented();". More...

#include <antioch_exceptions.h>

Inheritance diagram for Antioch::NotImplemented:

Public Member Functions

 NotImplemented ()
 

Detailed Description

A class to stub for features that should be in Antioch, but haven't been written yet, to be thrown by "antioch_not_implemented();".

Definition at line 51 of file antioch_exceptions.h.

Constructor & Destructor Documentation

Antioch::NotImplemented::NotImplemented ( )
inline

Definition at line 54 of file antioch_exceptions.h.

54 : std::logic_error( "Error: not implemented!" ) {}

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