TrinityCore
DB2FileLoadException Class Reference

#include <DB2FileLoader.h>

+ Inheritance diagram for DB2FileLoadException:

Public Member Functions

 DB2FileLoadException (std::string msg)
 
char const * what () const noexcept override
 

Private Attributes

std::string _msg
 

Detailed Description

Definition at line 178 of file DB2FileLoader.h.

Constructor & Destructor Documentation

◆ DB2FileLoadException()

DB2FileLoadException::DB2FileLoadException ( std::string  msg)
inline

Definition at line 181 of file DB2FileLoader.h.

Member Function Documentation

◆ what()

char const * DB2FileLoadException::what ( ) const
inlineoverridenoexcept

Definition at line 183 of file DB2FileLoader.h.

Member Data Documentation

◆ _msg

std::string DB2FileLoadException::_msg
private

Definition at line 186 of file DB2FileLoader.h.


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