
Exception: Base-class for exceptions More...
#include <exception.hpp>
Public Member Functions | |
| Exception (const char *l, const char *i) throw () | |
| Initialize with location l and information i. | |
| virtual const char * | what (void) const throw () |
| Return information. | |
Exception: Base-class for exceptions
Definition at line 46 of file exception.hpp.
| Gecode::Exception::Exception | ( | const char * | l, |
| const char * | i | ||
| ) | throw () |
Initialize with location l and information i.
Definition at line 46 of file exception.cpp.
| const char * Gecode::Exception::what | ( | void | ) | const throw () [virtual] |
Return information.
Definition at line 59 of file exception.cpp.