Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
ODemo::LoadingException Class Reference

#include <Exception.h>

Inheritance diagram for ODemo::LoadingException:
Inheritance graph
Collaboration diagram for ODemo::LoadingException:
Collaboration graph

Public Member Functions

 LoadingException (std::string m)
 Constructor initializes message for the exception. More...
 
void info () const override
 Get info. More...
 
- Public Member Functions inherited from ODemo::Exception
 Exception (std::string m)
 Constructor initializes message for the exception. More...
 
 Exception (const Exception &e)
 Copy constructor. More...
 
 Exception (Exception &&e) noexcept
 Move Constructor. More...
 
const char * what () const noexceptoverride
 Return message text. More...
 

Detailed Description

Definition at line 46 of file objtracer/Exception.h.

Constructor & Destructor Documentation

ODemo::LoadingException::LoadingException ( std::string  m)
explicit

Constructor initializes message for the exception.

Definition at line 32 of file Exception.cpp.

References COMP_MISC_MEMBER_TRACER.

Member Function Documentation

void ODemo::LoadingException::info ( ) const
overridevirtual

Get info.

Reimplemented from ODemo::Exception.

Definition at line 34 of file Exception.cpp.

References COMP_MISC_MEMBER_TRACER.

Referenced by app_exception().

Here is the caller graph for this function:


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