![]() |
aGrUM
0.16.0
|
#include <agrum/core/exceptions.h>
Public Member Functions | |
const std::string | what () const |
const std::string | errorContent () const |
Returns the message content. More... | |
const std::string | errorType () const |
Returns the error type. More... | |
const std::string | errorCallStack () const |
Returns the error call stack. More... | |
Protected Attributes | |
std::string | _msg |
std::string | _type |
std::string | _callstack |
Exception : there is something wrong with an arc
Definition at line 476 of file exceptions.h.
|
inlineinherited |
Returns the error call stack.
Definition at line 147 of file exceptions.h.
References gum::Exception::_callstack.
|
inlineinherited |
Returns the message content.
Definition at line 135 of file exceptions.h.
References gum::Exception::_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(), gum::prm::o3prmr::O3prmrInterpreter::observe(), gum::prm::o3prmr::O3prmrInterpreter::query(), and gum::prm::o3prm::O3prmReader< double >::readFile().
|
inlineinherited |
Returns the error type.
Definition at line 141 of file exceptions.h.
References gum::Exception::_type.
|
inlineinherited |
Definition at line 128 of file exceptions.h.
References gum::Exception::_msg.
Referenced by gum::Exception::~Exception().
|
protectedinherited |
Definition at line 110 of file exceptions.h.
Referenced by gum::Exception::errorCallStack().
|
protectedinherited |
Definition at line 108 of file exceptions.h.
Referenced by gum::Exception::errorContent(), gum::Exception::what(), and gum::Exception::~Exception().
|
protectedinherited |
Definition at line 109 of file exceptions.h.
Referenced by gum::Exception::errorType().