Generated on for Gecode by doxygen 1.17.0

Exception: Base-class for exceptions More...

#include <gecode/support/exception.hpp>

Public Member Functions

 Exception (const char *l, const char *i) noexcept
 Initialize with location l and information i.
virtual const char * what (void) const noexcept
 Return information.

Detailed Description

Exception: Base-class for exceptions

Definition at line 42 of file exception.hpp.

Constructor & Destructor Documentation

◆ Exception()

Gecode::Exception::Exception ( const char * l,
const char * i )
noexcept

Initialize with location l and information i.

Member Function Documentation

◆ what()

virtual const char * Gecode::Exception::what ( void ) const
virtualnoexcept

Return information.


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