MyGUI 3.4.1
Public Member Functions | Protected Attributes
MyGUI::Exception Class Reference

#include <MyGUI_Exception.h>

Inheritance diagram for MyGUI::Exception:
Inheritance graph
[legend]

Public Member Functions

 Exception (const std::string &_description, const std::string &_source, const char *_file, long _line)
 
 Exception (const Exception &_rhs)
 
Exceptionoperator= (const Exception &_rhs)
 
virtual const std::string & getFullDescription () const
 
virtual const std::string & getSource () const
 
virtual const std::string & getFile () const
 
virtual long getLine () const
 
virtual const std::string & getDescription () const
 
const char * what () const noexcept override
 

Protected Attributes

std::string mDescription
 
std::string mSource
 
std::string mFile
 
long mLine
 
std::string mFullDesc
 

Detailed Description

Definition at line 23 of file MyGUI_Exception.h.

Constructor & Destructor Documentation

◆ Exception() [1/2]

MyGUI::Exception::Exception ( const std::string &  _description,
const std::string &  _source,
const char *  _file,
long  _line 
)

Definition at line 14 of file MyGUI_Exception.cpp.

◆ Exception() [2/2]

MyGUI::Exception::Exception ( const Exception _rhs)

Definition at line 22 of file MyGUI_Exception.cpp.

Member Function Documentation

◆ getDescription()

const std::string & MyGUI::Exception::getDescription ( ) const
virtual

Definition at line 73 of file MyGUI_Exception.cpp.

◆ getFile()

const std::string & MyGUI::Exception::getFile ( ) const
virtual

Definition at line 63 of file MyGUI_Exception.cpp.

◆ getFullDescription()

const std::string & MyGUI::Exception::getFullDescription ( ) const
virtual

Definition at line 41 of file MyGUI_Exception.cpp.

◆ getLine()

long MyGUI::Exception::getLine ( ) const
virtual

Definition at line 68 of file MyGUI_Exception.cpp.

◆ getSource()

const std::string & MyGUI::Exception::getSource ( ) const
virtual

Definition at line 58 of file MyGUI_Exception.cpp.

◆ operator=()

Exception & MyGUI::Exception::operator= ( const Exception _rhs)

Definition at line 31 of file MyGUI_Exception.cpp.

◆ what()

const char * MyGUI::Exception::what ( ) const
overridenoexcept

Definition at line 79 of file MyGUI_Exception.cpp.

Field Documentation

◆ mDescription

std::string MyGUI::Exception::mDescription
protected

Definition at line 46 of file MyGUI_Exception.h.

◆ mFile

std::string MyGUI::Exception::mFile
protected

Definition at line 48 of file MyGUI_Exception.h.

◆ mFullDesc

std::string MyGUI::Exception::mFullDesc
mutableprotected

Definition at line 50 of file MyGUI_Exception.h.

◆ mLine

long MyGUI::Exception::mLine
protected

Definition at line 49 of file MyGUI_Exception.h.

◆ mSource

std::string MyGUI::Exception::mSource
protected

Definition at line 47 of file MyGUI_Exception.h.


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