#include <agrum/tools/core/exceptions.h>
Exception : the binary search tree is empty
Definition at line 335 of file exceptions.h.
◆ errorCallStack()
std::string gum::Exception::errorCallStack |
( |
| ) |
const |
|
inlineinherited |
Returns the error call stack.
- Returns
- Returns the error call stack.
Definition at line 142 of file exceptions.h.
◆ errorContent()
std::string gum::Exception::errorContent |
( |
| ) |
const |
|
inlineinherited |
Returns the message content.
- Returns
- Returns the message content.
Definition at line 130 of file exceptions.h.
◆ errorType()
std::string gum::Exception::errorType |
( |
| ) |
const |
|
inlineinherited |
Returns the error type.
- Returns
- Returns the error type.
Definition at line 136 of file exceptions.h.
◆ what()
std::string gum::Exception::what |
( |
| ) |
const |
|
inlineinherited |
◆ callstack_
std::string gum::Exception::callstack_ |
|
protectedinherited |
◆ msg_
std::string gum::Exception::msg_ |
|
protectedinherited |
◆ type_
std::string gum::Exception::type_ |
|
protectedinherited |
The documentation for this class was generated from the following file: