1 /* This file is part of libDAI - http://www.libdai.org/
3 * libDAI is licensed under the terms of the GNU General Public License version
4 * 2, or (at your option) any later version. libDAI is distributed without any
5 * warranty. See the file COPYING for more details.
7 * Copyright (C) 2006-2009 Joris Mooij [joris dot mooij at libdai dot org]
8 * Copyright (C) 2006-2007 Radboud University Nijmegen, The Netherlands
12 #include <dai/exceptions.h>
18 std::string
Exception::ErrorStrings
[NUM_ERRORS
] = {
19 "This feature is not implemented",
20 "Unknown DAI algorithm",
21 "Unknown Property type",
26 "Invalid FactorGraph file",
27 "Not all mandatory Properties specified",
28 "Multiple undo levels unsupported",
29 "FactorGraph is not connected",
30 "Impossible typecast",
33 "Quantity not normalizable",
34 "Invalid Evidence file",
35 "Invalid Expectation-Maximization file",
36 "Unrecognized parameter estimation method",
37 "Requested object not found"