![]() |
aGrUM 3.0.0
a C++ library for (probabilistic) graphical models
|
Exception : The Schedule Operation is unknown. 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_ |
Exception : The Schedule Operation is unknown.
|
inherited |
Returns the error call stack.
Definition at line 56 of file exceptions_inl.h.
References callstack_, and GUM_NODISCARD.
Referenced by ~Exception().
|
inherited |
Returns the message content.
Definition at line 52 of file exceptions_inl.h.
References GUM_NODISCARD, and msg_.
Referenced by ~Exception(), 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().
|
inherited |
Returns the error type.
Definition at line 54 of file exceptions_inl.h.
References GUM_NODISCARD, and type_.
Referenced by ~Exception().
|
overridenoexceptinherited |
|
protectedinherited |
Definition at line 126 of file exceptions.h.
Referenced by errorCallStack().
|
protectedinherited |
Definition at line 124 of file exceptions.h.
Referenced by errorContent().
|
protectedinherited |
Definition at line 125 of file exceptions.h.
Referenced by errorType().
|
protectedinherited |
Definition at line 127 of file exceptions.h.
Referenced by what().