1 /* This file is part of libDAI - http://www.libdai.org/
3 * Copyright (c) 2006-2011, The libDAI authors. All rights reserved.
5 * Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
9 #include <dai/exceptions.h>
15 std::string
Exception::ErrorStrings
[NUM_ERRORS
] = {
16 "Feature not implemented",
18 "Impossible typecast",
19 "Requested object not found",
20 "Requested belief not available",
22 "Unknown DAI algorithm",
23 "Unrecognized parameter estimation method",
24 "Unknown Property type",
27 "Not all mandatory Properties specified",
31 "Invalid FactorGraph file",
32 "Invalid Evidence file",
33 "Invalid Expectation-Maximization file",
34 "Quantity not normalizable",
35 "Multiple undo levels unsupported",
36 "FactorGraph is not connected",