38 namespace Gecode {
namespace MiniModel {
41 :
Exception(l,
"Passed argument array has too few elements") {}
44 :
Exception(l,
"Sizes of argument arrays mismatch") {}
ArgumentSizeMismatch(const char *l)
Initialize with location l.
TooFewArguments(const char *l)
Initialize with location l.
ArgumentOutOfRange(const char *l)
Initialize with location l.
Exception: Base-class for exceptions
Gecode toplevel namespace