![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Error: An unknown label is found in the database. More...
#include <agrum/base/core/exceptions.h>
Public Member Functions | |
| GUM_NODISCARD const char * | what () const noexcept override |
| GUM_NODISCARD std::string | errorContent () const |
| Returns the message content. | |
| GUM_NODISCARD std::string | errorType () const |
| Returns the error type. | |
| GUM_NODISCARD std::string | errorCallStack () const |
| Returns the error call stack. | |
Protected Attributes | |
| std::string | msg_ |
| std::string | type_ |
| std::string | callstack_ |
| std::string | what_ |
Error: An unknown label is found in the database.
|
inlineinherited |
Returns the error call stack.
Definition at line 156 of file exceptions.h.
References callstack_, and GUM_NODISCARD.
|
inlineinherited |
Returns the message content.
Definition at line 144 of file exceptions.h.
References GUM_NODISCARD, and msg_.
Referenced by gum::MultiDimBucket< GUM_SCALAR >::_computeValue_(), gum::prm::o3prmr::O3prmrInterpreter::checkObserve(), gum::prm::o3prmr::O3prmrInterpreter::checkQuery(), gum::prm::o3prmr::O3prmrInterpreter::checkSemantic(), gum::prm::o3prmr::O3prmrInterpreter::checkUnobserve(), gum::prm::o3prmr::O3prmrInterpreter::import(), gum::prm::o3prmr::O3prmrInterpreter::interpret(), and gum::prm::o3prm::O3prmReader< GUM_SCALAR >::readFile().
|
inlineinherited |
Returns the error type.
Definition at line 150 of file exceptions.h.
References GUM_NODISCARD, and type_.
|
inlineoverridenoexceptinherited |
|
protectedinherited |
Definition at line 122 of file exceptions.h.
Referenced by errorCallStack().
|
protectedinherited |
Definition at line 120 of file exceptions.h.
Referenced by errorContent().
|
protectedinherited |
Definition at line 121 of file exceptions.h.
Referenced by errorType().
|
protectedinherited |
Definition at line 123 of file exceptions.h.
Referenced by what().