Belofte version 2.2.0
A promising chess program using the UCI or Winboard interface
treeLogicException Class Reference

#include <search.h>

+ Inheritance diagram for treeLogicException:
+ Collaboration diagram for treeLogicException:

Public Member Functions

 treeLogicException ()
 
 treeLogicException (std::string const &msg)
 
const char * what () const noexcept override
 

Detailed Description

Definition at line 29 of file search.h.

Constructor & Destructor Documentation

◆ treeLogicException() [1/2]

treeLogicException::treeLogicException ( )
inlineexplicit

Definition at line 32 of file search.h.

◆ treeLogicException() [2/2]

treeLogicException::treeLogicException ( std::string const & msg)
inlineexplicit

Definition at line 35 of file search.h.

Member Function Documentation

◆ what()

const char * treeLogicException::what ( ) const
inlineoverridenoexcept

Definition at line 39 of file search.h.