aGrUM  0.16.0
gum::NotFound Class Reference

#include <agrum/core/exceptions.h>

+ Inheritance diagram for gum::NotFound:
+ Collaboration diagram for gum::NotFound:

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
 

Detailed Description

Exception : the element we looked for cannot be found

Definition at line 241 of file exceptions.h.

Member Function Documentation

◆ errorCallStack()

const std::string gum::Exception::errorCallStack ( ) const
inlineinherited

Returns the error call stack.

Returns
Returns the error call stack.

Definition at line 147 of file exceptions.h.

References gum::Exception::_callstack.

147 { return _callstack; }
std::string _callstack
Definition: exceptions.h:110

◆ errorContent()

const std::string gum::Exception::errorContent ( ) const
inlineinherited

◆ errorType()

const std::string gum::Exception::errorType ( ) const
inlineinherited

Returns the error type.

Returns
Returns the error type.

Definition at line 141 of file exceptions.h.

References gum::Exception::_type.

141 { return _type; }
std::string _type
Definition: exceptions.h:109

◆ what()

const std::string gum::Exception::what ( ) const
inlineinherited

Definition at line 128 of file exceptions.h.

References gum::Exception::_msg.

Referenced by gum::Exception::~Exception().

128 { return "[pyAgrum] " + _type + " : " + _msg; }
std::string _type
Definition: exceptions.h:109
std::string _msg
Definition: exceptions.h:108
+ Here is the caller graph for this function:

Member Data Documentation

◆ _callstack

std::string gum::Exception::_callstack
protectedinherited

Definition at line 110 of file exceptions.h.

Referenced by gum::Exception::errorCallStack().

◆ _msg

std::string gum::Exception::_msg
protectedinherited

◆ _type

std::string gum::Exception::_type
protectedinherited

Definition at line 109 of file exceptions.h.

Referenced by gum::Exception::errorType().


The documentation for this class was generated from the following file: