
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. | |
Exception: Base-class for exceptions
Definition at line 42 of file exception.hpp.
|
noexcept |
Initialize with location l and information i.
|
virtualnoexcept |
Return information.