AOSharedServiceLibrary
Public Member Functions | Public Attributes | List of all members
LoggingException Struct Reference

Logging Exception, used to store errors passed from the Logger. More...

#include <logging_interface.h>

Inheritance diagram for LoggingException:
Inheritance graph
[legend]
Collaboration diagram for LoggingException:
Collaboration graph
[legend]

Public Member Functions

 LoggingException (std::string msg)
 Create a Logging Exception, and store the given error message.
 
const char * what () const throw ()
 Show the error message in readable format.
 

Public Attributes

std::string int_msg
 An error message passed on initialization.
 
const char * what_str
 

Detailed Description

Logging Exception, used to store errors passed from the Logger.


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